try adding a dummy sound output.

This commit is contained in:
Matthew Stratford 2021-04-07 21:25:14 +01:00
parent 0422fae749
commit 6863356a22

View file

@ -21,6 +21,7 @@ jobs:
cd build
chmod +x install-ubuntu.sh
./install-ubuntu.sh
sudo modprobe snd-dummy # Make a dummy sound output
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip