Skip to content

Commit

Permalink
Disable cache for macos build temporary rust-lang/cargo#8603
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Aug 9, 2020
1 parent 6451f33 commit 8184869
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
# - uses: actions/cache@v2
# with:
# path: |
# ~/.cargo/registry
# ~/.cargo/git
# target
# key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build
run: cargo build --features "aes-pmac-siv local-redir" --verbose
- name: Run tests
Expand Down

0 comments on commit 8184869

Please sign in to comment.