fix: Install xkbcommon library

This commit is contained in:
Huseyn Ismayilov 2024-04-24 01:42:01 +04:00 committed by GitHub
parent 771cc06ef6
commit 277454c571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,8 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install X11 & Wayland packages
run: sudo apt-get install -y xorg-dev libwayland-dev
- name: Install packages
run: sudo apt-get install -y xorg-dev libwayland-dev libxkbcommon-dev
- name: Update submodules
# Update all GitHub submodules (e.g glfw)