We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa71469 commit 1c10e93Copy full SHA for 1c10e93
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
~/.cargo/registry/cache/
30
~/.cargo/git/db/
31
target/
32
- key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml', '.github/workflows/*.yml', 'rust-toolchain') }}
+ key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/Cargo.toml', '.github/workflows/*.yml', 'rust-toolchain') }}
33
34
- name: Check for forbidden words
35
if: runner.os != 'Windows'
0 commit comments