Skip to content

Commit

Permalink
give up on midi: github does not provide proper kernel drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagocoutinho committed Nov 23, 2023
1 parent 2d4cdc2 commit 0e37609
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
run: |
sudo usermod -aG input,audio $USER
sudo modprobe -i uinput
sudo modprobe -i snd_seq_midi
echo KERNEL==\"uinput\", SUBSYSTEM==\"misc\" GROUP=\"docker\", MODE:=\"0666\" | sudo tee /etc/udev/rules.d/99-$USER.rules
echo KERNEL==\"event[0-9]*\", SUBSYSTEM==\"input\" GROUP=\"docker\", MODE:=\"0666\" | sudo tee -a /etc/udev/rules.d/99-$USER.rules
cat /etc/udev/rules.d/99-$USER.rules
Expand Down

0 comments on commit 0e37609

Please sign in to comment.