diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dce3e99e6..b5929f7912 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,11 +32,12 @@ jobs: path: | ~/.cargo/registry ~/.cargo/git + ~/.rustup target 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