Add libxkbcommon-dev to x86_64 build dependencies
Release / build (x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Successful in 3m10s
Release / build (aarch64, aarch64, aarch64-unknown-linux-gnu) (push) Successful in 3m51s
Release / update-aur (push) Successful in 12s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 06:23:49 +02:00
parent 65955b9747
commit b595f91c0a
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
if: matrix.arch == 'x86_64'
run: |
sudo apt-get update
sudo apt-get install -y libwayland-dev pkg-config
sudo apt-get install -y libwayland-dev libxkbcommon-dev pkg-config
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable