Skip to content

Commit 98c1d89

Browse files
authored
ci: remove chmod for /dev/uinput
Remove chmod command for /dev/uinput in CI workflow.
1 parent 022c2a4 commit 98c1d89

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
sudo modprobe uinput || true
6161
sudo udevadm trigger --subsystem-match=input || true
6262
test -e /dev/uinput
63-
sudo chmod 666 /dev/uinput
6463
6564
linux: ${{ inputs.linux || github.event_name != 'workflow_dispatch' }}
6665
macos: ${{ inputs.macos || github.event_name != 'workflow_dispatch' }}

0 commit comments

Comments
 (0)