update: linux additional dependencies

This commit is contained in:
MrMirDan
2026-04-27 16:12:32 +03:00
parent 473a968d75
commit 37b8c03e33

View File

@@ -768,8 +768,21 @@ jobs:
sudo apt-get install -y \
cmake \
ninja-build \
libsecret-1-dev \
libxcb-cursor0 \
libxkbcommon-x11-0 \
libsecret-1-dev
libxcb-xinerama0 \
libxcb-icccm4 \
libxcb-image0 \
libxcb-keysyms1 \
libxcb-randr0 \
libxcb-render-util0 \
libxcb-xfixes0 \
libxcb-shape0 \
libxcb-sync1 \
libxcb-xkb1 \
libgl1 \
libglib2.0-0
- name: 'Configure'
run: |