Skip to content

Commit 27c740e

Browse files
committed
github: add libxdo-dev to linux build
Apparently this package is also required on Linux Signed-off-by: Sean Cross <[email protected]>
1 parent 78a4705 commit 27c740e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
override: true
1919

2020
- name: Install ALSA dependencies
21-
run: sudo apt-get update && sudo apt-get install -y libasound2-dev
21+
run: sudo apt-get update && sudo apt-get install -y libasound2-dev libxdo-dev
2222

2323
- name: Build
2424
run: cargo build --all --release && strip target/release/miditran

0 commit comments

Comments
 (0)