Skip to content

Commit

Permalink
Try giving macos-safari its own cache key to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Dec 3, 2023
1 parent df7ee4d commit 0c92ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
prefix-key: "macos"
prefix-key: "macos-safari"
- name: Run WASM tests with Safari, Firefox, Chrome
run: |
rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit 0c92ffb

Please sign in to comment.