We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394257f commit b4001d5Copy full SHA for b4001d5
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: Swatinem/rust-cache@v2
32
with:
33
prefix-key: ${{ env.RUST_CACHE_KEY }}
34
- - run: sudo apt update && sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev
+ - run: sudo apt update && sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
35
- name: Cargo doc
36
run: cargo doc --no-deps
37
test:
0 commit comments