Skip to content

Commit f996f91

Browse files
committed
Fixed libwebkit2gtk-4.0 not available on ubuntu 24
1 parent dea74f4 commit f996f91

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
if: matrix.platform == 'ubuntu-latest'
2828
run: |
2929
sudo apt-get update
30-
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libglib2.0-dev
31-
- name: install frontend dependencies
32-
run: yarn install # change this to npm or pnpm depending on which one you use
30+
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libglib2.0-dev
3331
- uses: tauri-apps/tauri-action@v0.5
3432
env:
3533
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)