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 a3f7f86 commit 4ac49aaCopy full SHA for 4ac49aa
1 file changed
.github/workflows/ci.yml
@@ -7,10 +7,6 @@ on:
7
branches: [main]
8
workflow_dispatch:
9
inputs:
10
- linux:
11
- description: "Linux"
12
- type: boolean
13
- default: true
14
stylua:
15
description: "StyLua"
16
type: boolean
@@ -54,6 +50,14 @@ jobs:
54
50
secrets: inherit
55
51
# prettier-ignore
56
52
with:
53
+ run: |
+ echo 'KERNEL=="event*", SUBSYSTEM=="input", MODE="0666"' | sudo tee /etc/udev/rules.d/99-evdev-test.rules
+ sudo udevadm control --reload-rules
+ sudo modprobe uinput || true
57
+ sudo udevadm trigger --subsystem-match=input || true
58
+ test -e /dev/uinput
59
+ sudo chmod 666 /dev/uinput
60
+
61
linux: true
62
macos: false
63
windows: false
0 commit comments