update: linux 'Install dependencies'

This commit is contained in:
MrMirDan
2026-04-27 12:48:51 +03:00
parent 4c6cf9f2d4
commit 2f9f0ee50d

View File

@@ -765,7 +765,11 @@ jobs:
- name: 'Install dependencies'
run: |
sudo apt-get update
sudo apt-get install -y cmake ninja-build libxkbcommon-x11-0
sudo apt-get install -y \
cmake \
ninja-build \
libxkbcommon-x11-0 \
libsecret-1-dev
- name: 'Configure'
run: |