Skip to content

Commit db19d56

Browse files
committed
fix CI
1 parent 2488f7f commit db19d56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install stable toolchain
3232
uses: dtolnay/rust-toolchain@stable
3333
- name: Install Dependencies
34-
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
34+
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
3535
- name: Run cargo test
3636
run: cargo test
3737

@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
components: clippy
6060
- name: Install Dependencies
61-
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
61+
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
6262
- name: Run clippy
6363
run: cargo clippy -- -D warnings
6464

0 commit comments

Comments
 (0)