From 62df3c5acdfacfff6ab9b9c65bd7cc3a8a1669bf Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Wed, 29 Jun 2022 08:23:19 +0000 Subject: [PATCH] chore: disable caching for cross jobs CI is running into https://github.com/cross-rs/cross/issues/724, which should be fixed if we clear the cache. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dd96129e4c..8ed8166d04c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -248,7 +248,6 @@ jobs: toolchain: ${{ env.rust_stable }} target: ${{ matrix.target }} override: true - - uses: Swatinem/rust-cache@v1 - uses: actions-rs/cargo@v1 with: use-cross: true