Skip to content

Commit

Permalink
Remove OS from cache key.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Dec 21, 2024
1 parent 80fb5b0 commit 427b44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
path: |
~/.cargo/registry/index/
~/.cargo/registry/cache/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: cargo-${{ hashFiles('**/Cargo.lock') }}

- uses: dtolnay/rust-toolchain@1.63
- name: Check jaq-core
Expand Down

0 comments on commit 427b44e

Please sign in to comment.