Skip to content

Commit f7a469e

Browse files
committed
Missing feature for x11/wayland.
1 parent 6705f71 commit f7a469e

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
@@ -21,7 +21,7 @@ jobs:
2121
os: ubuntu-latest
2222
headless: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
2323
dependencies: sudo apt-get install libxtst-dev libevdev-dev libudev-dev --assume-yes
24-
build: cargo build --verbose
24+
build: cargo build --verbose --features x11
2525
test: cargo test --verbose --features=serialize,x11
2626
- variant: ubuntu-wayland-latest
2727
os: ubuntu-latest

0 commit comments

Comments
 (0)