Skip to content

Commit f7dfac0

Browse files
committed
potentially fix linux build
1 parent 0e4b68d commit f7dfac0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@ jobs:
2525
with:
2626
targets: x86_64-unknown-linux-gnu
2727
toolchain: 1.81.0
28-
2928

30-
3129
- name: install dependencies
3230
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
31+
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
3432
3533
- name: Build
3634
run: |

0 commit comments

Comments
 (0)