From 55b44d22cc3ef06ad934b4fbef2f20e4a0f453df Mon Sep 17 00:00:00 2001 From: Hanif Koh Date: Tue, 1 Sep 2026 21:57:11 +0800 Subject: [PATCH] ci: install host GL runtime libs for the AppImage AppRun refuses to start without libOpenGL.so.0 (bare runners lack libopengl0/libglu1-mesa; desktops have them, which is why local testing passed). Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01XqSEqBGY9RYF96J8aCgxGy --- .github/workflows/parity.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/parity.yml b/.github/workflows/parity.yml index 50e307d023..7c6adccde1 100644 --- a/.github/workflows/parity.yml +++ b/.github/workflows/parity.yml @@ -93,7 +93,8 @@ jobs: run: | sudo apt-get update sudo apt-get install -y --no-install-recommends \ - xvfb xdotool imagemagick openbox mesa-utils + xvfb xdotool imagemagick openbox mesa-utils \ + libopengl0 libglu1-mesa libgl1 libegl1 - name: Run the parity harness id: run