Skip to content

Commit

Permalink
ci(build): add libjavascriptcoregtk-6.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Jul 11, 2024
1 parent 000af98 commit 0d6c1d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install Tauri dependencies
- name: Install Tauri Linux Dependencies
if: matrix.platform == 'ubuntu-latest'
run: >-
sudo apt-get update &&
Expand All @@ -61,6 +61,7 @@ jobs:
libwebkit2gtk-4.0-dev
webkit2gtk-driver
xvfb
libjavascriptcoregtk-6.0-dev
- name: Build
run: pnpm tauri build

0 comments on commit 0d6c1d8

Please sign in to comment.