Skip to content

Commit 5b0a1f2

Browse files
committed
ci: add virmidi module
1 parent 0d38544 commit 5b0a1f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121

2222
- name: Set up virtual MIDI device
2323
run: |
24-
sudo apt-get update -y
25-
sudo apt-get install -y alsa-utils
24+
sudo apt-get update
25+
sudo apt-get install -y alsa-utils linux-modules-extra-$(uname -r)
2626
sudo modprobe snd-virmidi
2727
aconnect -l
2828

0 commit comments

Comments
 (0)