Skip to content

Commit

Permalink
ci: fix runner.os -> matrix.os
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-lohrer-su committed Sep 23, 2024
1 parent 924a9df commit 38ee9e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
path: |
~/.cargo/registry
~/.cargo/git
key: ${{ runner.os }}-cargo-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
key: ${{ matrix.os }}-cargo-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-${{ matrix.rust }}-
${{ matrix.os }}-cargo-${{ matrix.rust }}-
- name: Set up Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 38ee9e0

Please sign in to comment.