Remove rust-cache from Windows job (stale paths break cargo)
This commit is contained in:
@@ -19,10 +19,6 @@ jobs:
|
|||||||
shell: powershell
|
shell: powershell
|
||||||
run: git submodule update --init --depth=1
|
run: git submodule update --init --depth=1
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v2
|
|
||||||
with:
|
|
||||||
workspaces: src-tauri
|
|
||||||
|
|
||||||
- name: Install frontend deps
|
- name: Install frontend deps
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: cd cinny; npm ci
|
run: cd cinny; npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user