Skip to content

Commit b4001d5

Browse files
committed
CI fixes courtesy of @mnmaita.
1 parent 394257f commit b4001d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: Swatinem/rust-cache@v2
3232
with:
3333
prefix-key: ${{ env.RUST_CACHE_KEY }}
34-
- run: sudo apt update && sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev
34+
- run: sudo apt update && sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
3535
- name: Cargo doc
3636
run: cargo doc --no-deps
3737
test:

0 commit comments

Comments
 (0)