Skip to content

Commit 6223a0e

Browse files
committed
Try to add midi
1 parent be896dc commit 6223a0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup user groups
2626
run: |
2727
sudo python scripts/test_setup.py
28-
ls -lsa /dev/video* /dev/uinput /dev/gpio* /dev/inp*
28+
ls -lsa /dev/video* /dev/uinput /dev/gpio* /dev/inp* /dev/snd*
2929
3030
- name: Set up Python ${{ matrix.python-version }}
3131
id: setuppy

scripts/test_setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"uleds": "",
2525
"gpio-sim": "",
2626
"vivid": "n_devs=1 node_types=0xe1d3d vid_cap_nr=190 vid_out_nr=191 meta_cap_nr=192 meta_out_nr=193",
27+
"snd_seq_midi": "",
2728
}
2829

2930

0 commit comments

Comments
 (0)