Fix webkit package for Bullseye
Build Lotus Chat Desktop / build-windows (push) Failing after 5s
Build Lotus Chat Desktop / build-linux (push) Failing after 9m18s
Build Lotus Chat Desktop / publish (push) Has been skipped

This commit is contained in:
2026-06-06 13:21:46 -04:00
parent a7ced9d477
commit a598ba6049
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
- name: Install system deps
run: |
apt-get update
apt-get install -y curl libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
apt-get install -y curl libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- uses: dtolnay/rust-toolchain@stable