Skip to content

Commit b4089a7

Browse files
committed
refresh our GHA caches
1 parent aadbe8f commit b4089a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
~/.cargo/git/db
5757
# contains package information of crates installed via `cargo install`.
5858
~/.cargo/.crates.toml
59-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
59+
~/.cargo/.crates2.json
60+
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-xargo0.3.25
6061
restore-keys: ${{ runner.os }}-cargo
6162

6263
- name: Install rustup-toolchain-install-master and xargo

0 commit comments

Comments
 (0)