Skip to content

Commit

Permalink
ci: disable cache on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Dec 24, 2020
1 parent ff1c0d6 commit 6ab88ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -23,6 +23,7 @@ jobs:
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
if: matrix.os != 'macos'
- name: Run cargo build
uses: actions-rs/cargo@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
path: target
key: ${{ runner.os }}-cargo-clippy-target-${{ hashFiles('**/Cargo.lock') }}
if: matrix.os != 'macos'
- name: Run clippy
uses: actions-rs/clippy-check@v1
with:
Expand Down

0 comments on commit 6ab88ba

Please sign in to comment.