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