Skip to content

Commit 778e1e9

Browse files
committed
ci: Fix cache key
1 parent 9f33abd commit 778e1e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cache/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ runs:
1818
# contains package information of crates installed via `cargo install`.
1919
~/.cargo/.crates.toml
2020
~/.cargo/.crates2.json
21-
key: ${{ runner.os }}-rsadsb-${{ hashFiles('**/Cargo.lock') }}
22-
restore-keys: ${{ runner.os }}-rsadsb
21+
key: ${{ runner.os }}-{{ runner.arch }}-0x2acache-${{ hashFiles('**/Cargo.lock') }}
22+
restore-keys: ${{ runner.os }}-{{ runner.arch }}-0x2acache

0 commit comments

Comments
 (0)