mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +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
|
- 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/
|
||||||
|
|||||||
Reference in New Issue
Block a user