From 79d802450b97a3782a05d61f347899b28fe16470 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Wed, 29 Jun 2022 10:46:23 +0200 Subject: [PATCH] chore: disable caching for cross jobs (#4794) 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