Skip to content

Commit 1473ba5

Browse files
committed
Missing linux dep.
1 parent 9744d48 commit 1473ba5

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
@@ -20,7 +20,7 @@ jobs:
2020
include:
2121
- os: ubuntu-latest
2222
headless: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
23-
dependencies: sudo apt-get install libxtst-dev libevdev-dev --assume-yes
23+
dependencies: sudo apt-get install libxtst-dev libevdev-dev libudev-dev --assume-yes
2424
test: cargo test --verbose --features=serialize,x11
2525
- os: macos-latest
2626
# TODO: We can't test this on github, we can't set accessibility yet.

0 commit comments

Comments
 (0)