Try giving macos-safari its own cache key to fix CI

This commit is contained in:
bitfl0wer 2023-12-03 15:06:09 +01:00
parent c0004d732c
commit 3a4fd470df
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ jobs:
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with: with:
cache-all-crates: "true" cache-all-crates: "true"
prefix-key: "macos" prefix-key: "macos-safari"
- name: Run WASM tests with Safari, Firefox, Chrome - name: Run WASM tests with Safari, Firefox, Chrome
run: | run: |
rustup target add wasm32-unknown-unknown rustup target add wasm32-unknown-unknown