Skip to content

Commit b44d952

Browse files
committed
Evict cache to fix issues
1 parent 8d3517f commit b44d952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
path: |
173173
~/.cargo/
174174
target/
175-
key: ${{ matrix.name }}-cargo-${{ hashFiles('**/Cargo.toml') }}
175+
key: cargo-${{ matrix.name }}-${{ hashFiles('**/Cargo.toml') }}
176176

177177
- name: Install Rust toolchain
178178
# Assume default toolchain is already installed

0 commit comments

Comments
 (0)