mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 18:56:13 +00:00
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:
4
.github/workflows/parity.yml
vendored
4
.github/workflows/parity.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user