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 0e4b68d commit f7dfac0Copy full SHA for f7dfac0
.github/workflows/release.yml
@@ -25,12 +25,10 @@ jobs:
25
with:
26
targets: x86_64-unknown-linux-gnu
27
toolchain: 1.81.0
28
-
29
30
31
- name: install dependencies
32
run: |
33
- 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
+ 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 libwayland-dev
34
35
- name: Build
36
0 commit comments