From afc56aab8ed3a6608ae89b9eb32913aee6c892ee Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sat, 27 Apr 2024 20:47:27 -0400 Subject: [PATCH] fix: disable cache --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6440a9b..ecd1f20 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,7 +54,7 @@ jobs: profile: default override: true - - uses: Swatinem/rust-cache@v2 + # - uses: Swatinem/rust-cache@v2 - uses: taiki-e/install-action@v1 with: