1 parent 2488f7f commit db19d56Copy full SHA for db19d56
1 file changed
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install stable toolchain
32
uses: dtolnay/rust-toolchain@stable
33
- name: Install Dependencies
34
- run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
+ run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
35
- name: Run cargo test
36
run: cargo test
37
@@ -58,7 +58,7 @@ jobs:
58
with:
59
components: clippy
60
61
62
- name: Run clippy
63
run: cargo clippy -- -D warnings
64
0 commit comments