mirror of
https://github.com/lights0123/n-link.git
synced 2025-01-03 15:15:26 +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/git
|
||||||
~/.cargo/bin
|
~/.cargo/bin
|
||||||
desktop/src-tauri/target
|
desktop/src-tauri/target
|
||||||
key: ${{ matrix.platform }}-cargo-v2-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ matrix.platform }}-cargo-v3-${{ hashFiles('**/Cargo.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ matrix.platform }}-cargo-
|
${{ matrix.platform }}-cargo-
|
||||||
- name: setup node
|
- name: setup node
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
~/.cargo/bin
|
~/.cargo/bin
|
||||||
desktop/src-tauri/target
|
desktop/src-tauri/target
|
||||||
key: ${{ matrix.platform }}-cargo-v2-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ matrix.platform }}-cargo-v3-${{ hashFiles('**/Cargo.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ matrix.platform }}-cargo-
|
${{ matrix.platform }}-cargo-
|
||||||
- name: setup node
|
- name: setup node
|
||||||
|
|
Loading…
Reference in a new issue