fix: Add libwayland-client-dev to CI dependencies

This commit is contained in:
2025-12-21 00:04:13 +01:00
parent aaa2d582f0
commit 5a5805d47f

View File

@@ -14,7 +14,7 @@ jobs:
- name: Install System Dependencies
run: |
apt-get update -yq
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 nodejs
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-client-dev nodejs
- name: Checkout
uses: actions/checkout@v4
- name: Cache Cargo
@@ -49,7 +49,7 @@ jobs:
- name: Install System Dependencies
run: |
apt-get update -yq
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 nodejs
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-client-dev nodejs
- name: Checkout
uses: actions/checkout@v4
- name: Cache Cargo