From 37b8c03e3364f14438cdb65c435dc272b4395bda Mon Sep 17 00:00:00 2001 From: MrMirDan Date: Mon, 27 Apr 2026 16:12:32 +0300 Subject: [PATCH] update: linux additional dependencies --- .github/workflows/deploy.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9206fe983..24e1067d1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: |