Skip to content

Commit 6405158

Browse files
ik395krzywonos
authored and
krzywonos
committed
Update tauri-build.yml
1 parent 9a6c4b9 commit 6405158

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/tauri-build.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- main
77

8-
# This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.
9-
108
jobs:
119
publish-tauri:
1210
permissions:
@@ -43,10 +41,9 @@ jobs:
4341
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
4442
run: |
4543
sudo apt-get update
46-
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
47-
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
48-
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.
49-
44+
sudo apt-get install -y libudev-dev
45+
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
46+
5047
- name: install frontend dependencies
5148
run: yarn install # change this to npm, pnpm or bun depending on which one you use.
5249

0 commit comments

Comments
 (0)