We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f33abd commit 778e1e9Copy full SHA for 778e1e9
.github/workflows/cache/action.yml
@@ -18,5 +18,5 @@ runs:
18
# contains package information of crates installed via `cargo install`.
19
~/.cargo/.crates.toml
20
~/.cargo/.crates2.json
21
- key: ${{ runner.os }}-rsadsb-${{ hashFiles('**/Cargo.lock') }}
22
- restore-keys: ${{ runner.os }}-rsadsb
+ key: ${{ runner.os }}-{{ runner.arch }}-0x2acache-${{ hashFiles('**/Cargo.lock') }}
+ restore-keys: ${{ runner.os }}-{{ runner.arch }}-0x2acache
0 commit comments