Skip to content

Commit 38ee9e0

Browse files
committed
ci: fix runner.os -> matrix.os
1 parent 924a9df commit 38ee9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
path: |
3232
~/.cargo/registry
3333
~/.cargo/git
34-
key: ${{ runner.os }}-cargo-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
34+
key: ${{ matrix.os }}-cargo-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
3535
restore-keys: |
36-
${{ runner.os }}-cargo-${{ matrix.rust }}-
36+
${{ matrix.os }}-cargo-${{ matrix.rust }}-
3737
3838
- name: Set up Rust
3939
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)