diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c819f0673f7f10a75c6b5c5e090eaee1e1c45c0f..9dce3e99e677f5fcf9a76b9633368bf5ce1a7d22 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