ci: install WebKitGTK 4.1 host runtime for the AppImage

Second of the two orca-slicer-env preflight checks (the first was
libOpenGL.so.0).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XqSEqBGY9RYF96J8aCgxGy
This commit is contained in:
Hanif Koh
2026-09-01 22:09:23 +08:00
parent 55b44d22cc
commit ecb0f22935

View File

@@ -92,9 +92,11 @@ jobs:
- name: Install display tooling for the GUI lanes
run: |
sudo apt-get update
# the AppImage's orca-slicer-env preflight requires host OpenGL and
# WebKitGTK 4.1 runtimes; everything else ships in the AppImage
sudo apt-get install -y --no-install-recommends \
xvfb xdotool imagemagick openbox mesa-utils \
libopengl0 libglu1-mesa libgl1 libegl1
libopengl0 libglu1-mesa libgl1 libegl1 libwebkit2gtk-4.1-0
- name: Run the parity harness
id: run