Skip to content

Commit bd64412

Browse files
committed
Try skipping caching on macos
1 parent b1a94c2 commit bd64412

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
if: runner.os == 'macOS'
7979
- name: Cache cargo dependencies
8080
uses: actions/cache@v2
81+
# cache gets corrupted for some reason on mac
82+
if: runner.os != 'macOS'
8183
with:
8284
path: |
8385
~/.cargo/registry

0 commit comments

Comments
 (0)