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 8070b58 commit 4ae7c26Copy full SHA for 4ae7c26
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
~/.cargo/registry/cache/
84
~/.cargo/git/db/
85
target/
86
- key: ${{ runner.os }}-${{ matrix.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-${{ matrix.target }}-cargo-${{ hashFiles('Cargo.lock') }}
87
restore-keys: |
88
${{ runner.os }}-${{ matrix.target }}-cargo-
89
0 commit comments