mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 10:46:55 +00:00
Don't cache ~/.cargo/bin in the CI
This causes issues with the macOS AArch64 builds.
This commit is contained in:
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/
|
||||
|
||||
Reference in New Issue
Block a user