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 f910acc commit a31d5ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ jobs:
- name: Install aarch64-apple-darwin target
run: |
rustup target add aarch64-apple-darwin
- name: Cache cargo build
uses: actions/cache@v1
with:
path: target
key: macos-universal-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
# - name: Cache cargo build
# uses: actions/cache@v1
# with:
# path: target
# key: macos-universal-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- name: Run cargo build [x86_64]
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit a31d5ea

Please sign in to comment.