diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3b869082..b31e154ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,13 @@ jobs: # before the cache plugin, as it uses the current rustc version as its cache key - uses: buildjet/cache@v3 with: + path: | + ~/.cargo/bin/ + ~/.cargo/registry/index/ + ~/.cargo/registry/cache/ + ~/.cargo/git/db/ + target/ + key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} prefix-key: "v1-rust" - name: Set git config