From 55eab400e03214d1787ef24cfdb9a2823f0179d1 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 18 Jan 2024 10:26:56 +0100 Subject: [PATCH] Try disabling cache --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc0a0403f4b..dc21172f546 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,6 +72,7 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 + if: !startsWith(matrix.os, 'windows') - name: Setup dependencies (macos) if: startsWith(matrix.os, 'macos') run: