We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22c206 commit 1369452Copy full SHA for 1369452
1 file changed
.github/workflows/ci.yml
@@ -46,7 +46,10 @@ jobs:
46
47
- name: Prepare uinput
48
run: |
49
+ echo 'KERNEL=="event*", SUBSYSTEM=="input", MODE="0666"' | sudo tee /etc/udev/rules.d/99-evdev-test.rules
50
+ sudo udevadm control --reload-rules
51
sudo modprobe uinput || true
52
+ sudo udevadm trigger --subsystem-match=input || true
53
test -e /dev/uinput
54
sudo chmod 666 /dev/uinput
55
0 commit comments