Skip to content

Commit 1189a6f

Browse files
committed
Adding the ruleset.
1 parent 7814352 commit 1189a6f

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
@@ -32,7 +32,10 @@ jobs:
3232
sudo chmod g+rw /dev/uinput
3333
id -a
3434
whoami
35-
sudo usermod -aG input `whoami`
35+
sudo usermod -aG input runner
36+
echo 'KERNEL=="uinput", MODE="0660", GROUP="input", TAG+="uaccess"' | sudo tee /etc/udev/rules.d/99-uinput.rules
37+
sudo udevadm control --reload-rules
38+
sudo udevadm trigger --attr-match=name="uinput"
3639
ls -l -h /dev/uinput
3740
3841
build: cargo build --verbose --features wayland

0 commit comments

Comments
 (0)