Remove rust-cache from Windows job (stale paths break cargo)
Build Lotus Chat Desktop / build-windows (push) Failing after 15m25s
Build Lotus Chat Desktop / build-linux (push) Successful in 22m19s

This commit is contained in:
2026-06-07 11:27:42 -04:00
parent 938fa0953b
commit 12a559dc6d
-4
View File
@@ -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