We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b63e2 commit bb875b8Copy full SHA for bb875b8
.github/workflows/build.yml
@@ -459,7 +459,7 @@ jobs:
459
path: |
460
~/.cargo
461
./target
462
- key: ${{ runner.os }}-${{ runner.arch }}-build-${{ env.CACHE_NAME }}-${{ hashFiles('Cargo.lock') }}-test
+ key: ${{ runner.os }}-${{ runner.arch }}-build-${{ env.CACHE_NAME }}-${{ hashFiles('Cargo.lock') }}-docker
463
restore-keys: |
464
${{ runner.os }}-${{ runner.arch }}-build-${{ env.CACHE_NAME }}-${{ hashFiles('Cargo.lock') }}-
465
${{ runner.os }}-${{ runner.arch }}-build-${{ env.CACHE_NAME }}-
0 commit comments