Use a shared key

This commit is contained in:
Caleb Owens 2024-07-09 12:35:23 +02:00
parent 0ea801c5ea
commit 4dee660901
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ runs:
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.3
with:
shared-key: unix-rust-testing
key: ${{ inputs.features }}

View File

@ -141,6 +141,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.3
with:
shared-key: windows-rust-testing
key: ${{ inputs.features }}
- name: "cargo check"
run: cargo check --workspace --bins --examples --features windows