Skip to content

Commit

Permalink
ci(build): try use official command
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Jul 11, 2024
1 parent 4725e68 commit 000af98
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,16 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install Linux Dependencies
- name: Install Tauri dependencies
if: matrix.platform == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install -y libwebkit2gtk-4.0-37 libgtk-3-0 librust-gdk-sys-dev
run: >-
sudo apt-get update &&
sudo apt-get install -y
libgtk-3-dev
libayatana-appindicator3-dev
libwebkit2gtk-4.0-dev
webkit2gtk-driver
xvfb
- name: Build
run: pnpm tauri build

0 comments on commit 000af98

Please sign in to comment.