We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e465c0 commit 82f6e9fCopy full SHA for 82f6e9f
.github/workflows/build.yml
@@ -27,9 +27,9 @@ jobs:
27
path: |
28
~/.cargo
29
target
30
- key: ${{ runner.os }}-build-${{ hashFiles('Cargo.lock', 'rust-toolchain') }}
+ key: ${{ runner.os }}-build-${{ matrix.target }}-${{ hashFiles('Cargo.lock', 'rust-toolchain') }}
31
restore-keys: |
32
- ${{ runner.os }}-build-${{ hashFiles('Cargo.lock', 'rust-toolchain') }}
+ ${{ runner.os }}-build-${{ matrix.target }}-${{ hashFiles('Cargo.lock', 'rust-toolchain') }}
33
${{ runner.os }}-build-
34
35
- name: Install Rust toolchain
0 commit comments