From f75e2be202bcd6c2747d89c9fc1c6f75e9fd8568 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 10 Nov 2025 18:33:15 -0700 Subject: [PATCH] Add libxtst-dev to CI workflow dependencies --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 670b51d9..6f4b04c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: sudo apt-get install -y \ libx11-dev libxext-dev libxrandr-dev libxrender-dev libxfixes-dev libxi-dev libxinerama-dev \ libxcursor-dev libwayland-dev libxkbcommon-dev wayland-protocols libgl1-mesa-dev qt6-base-dev \ - libasound2-dev qt6-xdgdesktopportal-platformtheme libxss-dev + libasound2-dev qt6-xdgdesktopportal-platformtheme libxss-dev libxtst-dev - name: Install macOS dependencies (brew) if: ${{ matrix.brew }}