We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51b0ee commit 6c4320dCopy full SHA for 6c4320d
.github/workflows/rust.yml
@@ -26,7 +26,10 @@ jobs:
26
- variant: ubuntu-wayland-latest
27
os: ubuntu-latest
28
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
+ 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
33
34
build: cargo build --verbose --features wayland
35
# Keyboard not implemented in wayland
0 commit comments