mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-24 18:12:48 +03:00
Use a shared key
This commit is contained in:
parent
0ea801c5ea
commit
4dee660901
1
.github/actions/check-crate/action.yaml
vendored
1
.github/actions/check-crate/action.yaml
vendored
@ -11,6 +11,7 @@ runs:
|
||||
- name: Rust Cache
|
||||
uses: Swatinem/rust-cache@v2.7.3
|
||||
with:
|
||||
shared-key: unix-rust-testing
|
||||
key: ${{ inputs.features }}
|
||||
|
||||
|
||||
|
1
.github/workflows/push.yaml
vendored
1
.github/workflows/push.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user