Skip to content

Commit 22e1d39

Browse files
committed
Only use caches that match Cargo.lock
1 parent 82e3dbf commit 22e1d39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .github/workflows/rust.yml

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
~/.cargo/git
3838
target
3939
key: cargo-${{ runner.os }}-${{ hashFiles('Cargo.lock') }}
40-
restore-keys: |
41-
cargo-${{ runner.os }}-
4240
- name: Build
4341
run: cargo build --all-targets
4442
- name: Run tests

0 commit comments

Comments
 (0)