Skip to content

Commit 1369452

Browse files
committed
ci: allow reading input event nodes
1 parent a22c206 commit 1369452

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ jobs:
4646
4747
- name: Prepare uinput
4848
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
4951
sudo modprobe uinput || true
52+
sudo udevadm trigger --subsystem-match=input || true
5053
test -e /dev/uinput
5154
sudo chmod 666 /dev/uinput
5255

0 commit comments

Comments
 (0)