Add libxss-dev to Linux dependencies in CI workflow (#732)

* Add libxss-dev to Linux dependencies in CI workflow

* Add libxtst-dev to CI workflow dependencies
This commit is contained in:
Christian Semmler 2025-11-10 19:00:38 -07:00 committed by GitHub
parent d6aaa6b9da
commit deafe6c384
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
libasound2-dev qt6-xdgdesktopportal-platformtheme libxss-dev libxtst-dev
- name: Install macOS dependencies (brew)
if: ${{ matrix.brew }}