Skip to content

Commit

Permalink
removed modprobe
Browse files Browse the repository at this point in the history
  • Loading branch information
subalterngames committed Aug 19, 2024
1 parent 1a99269 commit 38832bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,5 @@ jobs:
mkdir -p ${{ env.SOUNDFONTS_DIRECTORY }}
cp -r test_files/soundfonts/* ${{ env.SOUNDFONTS_DIRECTORY }}
sudo apt install alsa-utils xvfb -y
sudo modprobe snd-dummy
for f in test_files/events/*.txt ; do echo "Quit\nQuitPanelYes" >> $f && xvfb-run cargo run -- --events $f ; done
if: matrix.os == 'ubuntu-24.04'

0 comments on commit 38832bc

Please sign in to comment.