ci: cache all crates in rust-cache
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
f098532b09
commit
04971d0430
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue