mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 18:25:27 +00:00
Ensure cache is valid: bump cache key
This commit is contained in:
parent
fd07af00e7
commit
b555130353
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
~/.cargo/git
|
||||
~/.cargo/bin
|
||||
desktop/src-tauri/target
|
||||
key: ${{ matrix.platform }}-cargo-v2-${{ hashFiles('**/Cargo.lock') }}
|
||||
key: ${{ matrix.platform }}-cargo-v3-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: |
|
||||
${{ matrix.platform }}-cargo-
|
||||
- name: setup node
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
|||
~/.cargo/git
|
||||
~/.cargo/bin
|
||||
desktop/src-tauri/target
|
||||
key: ${{ matrix.platform }}-cargo-v2-${{ hashFiles('**/Cargo.lock') }}
|
||||
key: ${{ matrix.platform }}-cargo-v3-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: |
|
||||
${{ matrix.platform }}-cargo-
|
||||
- name: setup node
|
||||
|
|
Loading…
Reference in a new issue