Skip to content

Commit ac94b87

Browse files
committed
Trying one more. Has this all gone off the rails because multiple runs is causing caching
Signed-off-by: itowlson <[email protected]>
1 parent 832a3f0 commit ac94b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
rust: true
126126
rust-wasm: true
127-
rust-cache: true
127+
rust-cache: "${{ matrix.os == 'windows-latest' }} || ${{ matrix.os == 'macos-15-intel' }}"
128128
openssl-windows: "${{ matrix.os == 'windows-latest' }}"
129129

130130
- name: Cargo Build

0 commit comments

Comments
 (0)