Skip to content

Commit a8fdba4

Browse files
committed
Disable cache on macOS
1 parent f596d9a commit a8fdba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363

6464
# smoelius: The `nightly_toolchain` test makes sense only if the nightly driver is cached.
6565
- uses: actions/cache@v4
66+
if: ${{ matrix.environment != 'macos-latest' }}
6667
with:
6768
path: |
6869
~/.cargo/bin/

0 commit comments

Comments
 (0)