From 13e524d9eda9694bb492d35496d94ce613a50c65 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 4 May 2021 17:38:05 -0600 Subject: [PATCH] Try to disable caching --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c819f0673f..9dce3e99e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }} - name: Install Rust - if: steps.cache.outputs.cache-hit != 'true' + # if: steps.cache.outputs.cache-hit != 'true' uses: actions-rs/toolchain@v1 with: toolchain: stable