Skip to content

Commit

Permalink
ci: disabled cargo cache on macOS, see: #180
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Dec 30, 2020
1 parent b643804 commit 090fc99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
override: true
- name: Cache cargo build
uses: actions/cache@v1
if: runner.os != 'macOS' # cache doesn't seem to behave nicely on macOS, see: https://github.com/ActivityWatch/aw-server-rust/issues/180
env:
cache-name: cargo-build-target
with:
Expand Down

0 comments on commit 090fc99

Please sign in to comment.