1
0
Fork 0

Don't cache ~/.cargo/bin in the CI

This causes issues with the macOS AArch64 builds.
This commit is contained in:
Robbert van der Helm 2022-06-06 02:30:42 +02:00
parent a1fe3b157b
commit cbb380a9b7

View file

@ -42,8 +42,10 @@ jobs:
- uses: actions/cache@v2 - uses: actions/cache@v2
with: 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: | path: |
~/.cargo/bin/
~/.cargo/registry/index/ ~/.cargo/registry/index/
~/.cargo/registry/cache/ ~/.cargo/registry/cache/
~/.cargo/git/db/ ~/.cargo/git/db/