diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdf0f33f0..8d692e284 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,10 +86,6 @@ jobs: toolchain: ${{ matrix.rust }} override: true - - uses: Swatinem/rust-cache@v1 - with: - key: "1" # increment this to bust the cache if needed - - name: Install Nushell uses: actions-rs/cargo@v1 with: