Skip to content

Commit 997b8bf

Browse files
committed
chore(CI): add x11 xkbcommon, because of course thats separate
Signed-off-by: Schmarni <marnistromer@gmail.com>
1 parent 8b8bf9f commit 997b8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Stardust/Rust dependencies
4242
run: |
4343
sudo apt-get update
44-
sudo apt-get install -y g++ pkg-config libfontconfig1-dev libvulkan1 libxkbcommon-dev xwayland libwayland-dev libx11-dev libasound2-dev
44+
sudo apt-get install -y g++ pkg-config libfontconfig1-dev libvulkan1 libxkbcommon-dev xwayland libwayland-dev libx11-dev libasound2-dev libxkbcommon-x11-0
4545
4646
- name: Set up Rust (gnu)
4747
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)