From ecb0f22935a7de8241a7719085482bb79a63d16e Mon Sep 17 00:00:00 2001 From: Hanif Koh Date: Tue, 1 Sep 2026 22:09:23 +0800 Subject: [PATCH] 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 Claude-Session: https://claude.ai/code/session_01XqSEqBGY9RYF96J8aCgxGy --- .github/workflows/parity.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/parity.yml b/.github/workflows/parity.yml index 7c6adccde1..1c8610dcbb 100644 --- a/.github/workflows/parity.yml +++ b/.github/workflows/parity.yml @@ -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