Skip to content

Commit 9840685

Browse files
committed
try resetting the caches
1 parent a58fa26 commit 9840685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
# contains package information of crates installed via `cargo install`.
5757
~/.cargo/.crates.toml
5858
~/.cargo/.crates2.json
59-
key: ${{ runner.os }}-cargo-reset20230315-${{ hashFiles('**/Cargo.lock') }}
60-
restore-keys: ${{ runner.os }}-cargo-reset20230315
59+
key: ${{ runner.os }}-cargo-reset20240315-${{ hashFiles('**/Cargo.lock') }}
60+
restore-keys: ${{ runner.os }}-cargo-reset20240315
6161

6262
- name: Install rustup-toolchain-install-master
6363
if: ${{ steps.cache.outputs.cache-hit != 'true' }}

0 commit comments

Comments
 (0)