We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d53ed commit 63ad37aCopy full SHA for 63ad37a
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
key: ${{ runner.os }}-build-${{ matrix.target }}-${{ hashFiles('Cargo.lock', 'rust-toolchain') }}
31
restore-keys: |
32
${{ runner.os }}-build-${{ matrix.target }}-${{ hashFiles('Cargo.lock', 'rust-toolchain') }}
33
- ${{ runner.os }}-build-
+ ${{ runner.os }}-build-${{ matrix.target }}-
34
35
- name: Install Rust toolchain
36
uses: actions-rs/toolchain@v1
0 commit comments