mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2026-02-04 05:13:26 -05:00
ci: aim to increase cache reuse
This commit is contained in:
@@ -88,6 +88,9 @@ jobs:
|
||||
targets: ${{ matrix.supporteds.target }}
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
shared-key: ${{ matrix.supporteds.target }}
|
||||
cache-on-failure: "true"
|
||||
|
||||
- name: Check
|
||||
run: cargo check --verbose --target ${{ matrix.supporteds.target }}
|
||||
|
||||
Reference in New Issue
Block a user