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