Don't cache ~/.cargo/bin in the CI
This causes issues with the macOS AArch64 builds.
This commit is contained in:
parent
a1fe3b157b
commit
cbb380a9b7
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -42,8 +42,10 @@ jobs:
|
|||
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
# FIXME: In combination with `actions-rs/toolchain@v1` this may
|
||||
# somehow cause the AArch64 version of rustup to end up here
|
||||
# ~/.cargo/bin/
|
||||
path: |
|
||||
~/.cargo/bin/
|
||||
~/.cargo/registry/index/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
|
|
Loading…
Reference in a new issue