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