Skip to content

Commit

Permalink
Add udev rules to github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagocoutinho committed Oct 24, 2023
1 parent 86f3879 commit 5de966c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
run: |
sudo usermod -aG tty,input $USER
sudo -s -u ${USER} bash -c 'whoami && groups'
ls -l /dev/
ls -l /dev/input
sudo echo 'SUBSYSTEM=="misc", KERNEL=="uinput", MODE="0660", GROUP="input"' > /etc/udev/rules.d/uinput.rules
- name: Tests
run: ward

0 comments on commit 5de966c

Please sign in to comment.