There was an error while loading. Please reload this page.
1 parent 0d38544 commit 5b0a1f2Copy full SHA for 5b0a1f2
1 file changed
.github/workflows/validation.yml
@@ -21,8 +21,8 @@ jobs:
21
22
- name: Set up virtual MIDI device
23
run: |
24
- sudo apt-get update -y
25
- sudo apt-get install -y alsa-utils
+ sudo apt-get update
+ sudo apt-get install -y alsa-utils linux-modules-extra-$(uname -r)
26
sudo modprobe snd-virmidi
27
aconnect -l
28
0 commit comments