Skip to content

Commit 0d38544

Browse files
committed
test: add virt midi
1 parent 311904b commit 0d38544

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/validation.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ jobs:
1919
with:
2020
nix_path: nixpkgs=channel:nixos-unstable
2121

22+
- name: Set up virtual MIDI device
23+
run: |
24+
sudo apt-get update -y
25+
sudo apt-get install -y alsa-utils
26+
sudo modprobe snd-virmidi
27+
aconnect -l
28+
2229
# - name: Config Cachix TODO
2330
# uses: cachix/cachix-action@v15
2431
# with:

0 commit comments

Comments
 (0)