We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5c9c9 commit 4c3c1c0Copy full SHA for 4c3c1c0
1 file changed
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
~/.cargo/registry/cache/
63
~/.cargo/git/db/
64
target/
65
- key: ${{ runner.os }}-${{ matrix.target }}-cargo-${{ env.RELEASE_PROFILE_NAME }}-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-${{ matrix.target }}-cargo-${{ env.RELEASE_PROFILE_NAME }}
66
restore-keys: |
67
${{ runner.os }}-${{ matrix.target }}-cargo-${{ env.RELEASE_PROFILE_NAME }}-
68
0 commit comments