Skip to content

Commit

Permalink
Enable caching of Rust artifacts on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Feb 4, 2021
1 parent 5ce6ce6 commit 0dcad2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -139,7 +139,6 @@ jobs:
override: true

- name: Cache target directory
if: matrix.os != 'macos-latest' # Need to disable cache until https://github.com/actions/cache/issues/403 is fixed.
uses: actions/cache@v2
with:
path: target
Expand Down Expand Up @@ -222,7 +221,6 @@ jobs:
override: true

- name: Cache target directory
if: matrix.os != 'macos-latest' # Need to disable cache until https://github.com/actions/cache/issues/403 is fixed.
uses: actions/cache@v2
with:
path: target
Expand Down

0 comments on commit 0dcad2a

Please sign in to comment.