Skip to content

Commit 8cd8d7e

Browse files
committed
linux dependencies
1 parent b745ec8 commit 8cd8d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: dtolnay/rust-toolchain@stable
3737
- name: Install Dependencies
3838
if: runner.os == 'linux'
39-
run: sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libusb-1.0-0-dev libhidapi-dev
39+
run: sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libusb-1.0-0-dev libhidapi-dev libwayland-dev libxkbcommon-dev
4040
- name: Run cargo test
4141
run: cargo test
4242

0 commit comments

Comments
 (0)