Skip to content

Commit 6c4320d

Browse files
committed
Uinput.
1 parent b51b0ee commit 6c4320d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
- variant: ubuntu-wayland-latest
2727
os: ubuntu-latest
2828
headless: weston --no-config --socket=wl-test-env --backend=headless &
29-
dependencies: sudo apt-get install libxtst-dev libevdev-dev libudev-dev libinput-dev weston --assume-yes
29+
dependencies: |
30+
sudo apt-get install libxtst-dev libevdev-dev libudev-dev libinput-dev weston --assume-yes
31+
ls -l -h /dev/uinput
32+
x
3033
3134
build: cargo build --verbose --features wayland
3235
# Keyboard not implemented in wayland

0 commit comments

Comments
 (0)