Disable cache for macos build temporary rust-lang/cargo#8603

This commit is contained in:
zonyitoo
2020-08-09 23:07:58 +08:00
parent 6451f33b2e
commit 8184869924

View File

@@ -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