We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924a9df commit 38ee9e0Copy full SHA for 38ee9e0
.github/workflows/rust.yaml
@@ -31,9 +31,9 @@ jobs:
31
path: |
32
~/.cargo/registry
33
~/.cargo/git
34
- key: ${{ runner.os }}-cargo-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ matrix.os }}-cargo-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
35
restore-keys: |
36
- ${{ runner.os }}-cargo-${{ matrix.rust }}-
+ ${{ matrix.os }}-cargo-${{ matrix.rust }}-
37
38
- name: Set up Rust
39
uses: actions-rs/toolchain@v1
0 commit comments