From 04971d043022e7cda67347f1849c0e4068fdd595 Mon Sep 17 00:00:00 2001 From: strawberry Date: Wed, 24 Jul 2024 23:33:38 -0400 Subject: [PATCH] ci: cache all crates in rust-cache Signed-off-by: strawberry --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: |