From d6cb978164c5f80c1aef5fc191e1fea428d6fb9b Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sun, 10 Aug 2025 18:57:13 -0400 Subject: [PATCH] Attempt to use Docker 24 Long-shot premised on an old forum post on how downgrading to Docker 24 solved their instance of the error we face, though our conditions for it are presumably different. --- .github/actions/build-dependencies/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/build-dependencies/action.yml b/.github/actions/build-dependencies/action.yml index 94f119f4..b65d6411 100644 --- a/.github/actions/build-dependencies/action.yml +++ b/.github/actions/build-dependencies/action.yml @@ -67,6 +67,7 @@ runs: with: rootless: true set-host: true + version: type=image,tag=24.0.6 if: runner.os == 'Linux' # - name: Cache Rust