mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-25 10:08:29 +02:00
Remove old rust cache action
This commit is contained in:
2
.github/workflows/artifacts.yml
vendored
2
.github/workflows/artifacts.yml
vendored
@@ -24,8 +24,6 @@ jobs:
|
|||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
./src-tauri/target
|
./src-tauri/target
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('src-tauri/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('src-tauri/Cargo.lock') }}
|
||||||
- uses: Swatinem/rust-cache@v2
|
|
||||||
working-directory: src-tauri
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
|||||||
Reference in New Issue
Block a user