Skip to content

Commit

Permalink
Disable GitHub Actions cache under macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick888 committed Dec 9, 2020
1 parent f2bb650 commit 2c5817f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
override: true

- name: Cache
if: "!contains(matrix.os, 'macos')"
uses: actions/cache@v2
with:
path: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
override: true

- name: Cache
if: "!contains(matrix.os, 'macos')"
uses: actions/cache@v2
with:
path: |
Expand Down

0 comments on commit 2c5817f

Please sign in to comment.