From cbb380a9b764415f311c4ee409ed793d7b5b266e Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 6 Jun 2022 02:30:42 +0200 Subject: [PATCH] Don't cache ~/.cargo/bin in the CI This causes issues with the macOS AArch64 builds. --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c607b0ad..12c1dba0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/