We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be896dc commit 6223a0eCopy full SHA for 6223a0e
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup user groups
26
run: |
27
sudo python scripts/test_setup.py
28
- ls -lsa /dev/video* /dev/uinput /dev/gpio* /dev/inp*
+ ls -lsa /dev/video* /dev/uinput /dev/gpio* /dev/inp* /dev/snd*
29
30
- name: Set up Python ${{ matrix.python-version }}
31
id: setuppy
scripts/test_setup.py
@@ -24,6 +24,7 @@
24
"uleds": "",
"gpio-sim": "",
"vivid": "n_devs=1 node_types=0xe1d3d vid_cap_nr=190 vid_out_nr=191 meta_cap_nr=192 meta_out_nr=193",
+ "snd_seq_midi": "",
}
0 commit comments