fix: Use correct package name libwayland-dev for CI
Some checks failed
Gitea CI / Run Tests (push) Failing after 10m8s
Gitea CI / Build Linux (push) Has been skipped

This commit is contained in:
2025-12-21 00:08:11 +01:00
parent 604b82216b
commit e3b54f1a21

View File

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