diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e01808e..57d7e592 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,6 +158,8 @@ jobs: # use rust-cache - uses: Swatinem/rust-cache@v2 + with: + cache-all-crates: "true" - name: Run CI tests run: | @@ -281,6 +283,8 @@ jobs: # use rust-cache - uses: Swatinem/rust-cache@v2 + with: + cache-all-crates: "true" - name: Build static ${{ matrix.target }} run: |