File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 branches : [main]
88 workflow_dispatch :
99 inputs :
10+ linux :
11+ description : " Linux"
12+ type : boolean
13+ default : true
1014 stylua :
1115 description : " StyLua"
1216 type : boolean
3943 description : " Publish release"
4044 type : boolean
4145 default : false
46+
47+ permissions :
48+ contents : write
49+ pull-requests : write
50+
4251jobs :
4352 ci :
4453 uses : BlueLua/.github/.github/workflows/ci.yml@main
4554 secrets : inherit
4655 # prettier-ignore
4756 with :
48- 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
51- sudo modprobe uinput || true
52- sudo udevadm trigger --subsystem-match=input || true
53- test -e /dev/uinput
54- sudo chmod 666 /dev/uinput
55-
5657 linux : true
5758 macos : false
5859 windows : false
You can’t perform that action at this time.
0 commit comments