Skip to content

Commit

Permalink
Update to latest GUI dependencies (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX authored Apr 4, 2024
1 parent be91668 commit 78caab1
Show file tree
Hide file tree
Showing 35 changed files with 4,543 additions and 2,562 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
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@ jobs:
node-version-file: '.node-version'
cache: 'pnpm'

- 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
Loading

0 comments on commit 78caab1

Please sign in to comment.