Skip to content

Commit

Permalink
fix windows building issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX committed Apr 4, 2024
1 parent 130cb8a commit d351a32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
node-version-file: '.node-version'
cache: 'pnpm'

# Tauri has a broken cache issue in windows, let's clean it for now
- name: Clean cache in Windows (Fixes tauri-apps/tauri#9045)
if: matrix.os == 'windows-latest'
run: cargo clean

- name: Build
run: |
pnpm i
Expand Down

0 comments on commit d351a32

Please sign in to comment.