Skip to content

Commit ab3de3f

Browse files
committed
chore: final final work in progress on release-ui automation
Signed-off-by: Nick Mitchell <[email protected]>
1 parent f4e1c55 commit ab3de3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
5959
run: |
6060
sudo apt-get update
61-
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
61+
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libgtk-3-dev
6262
rustup target add aarch64-unknown-linux-gnu
6363
rustup target add x86_64-unknown-linux-gnu
6464
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.

0 commit comments

Comments
 (0)