Try adding more alsa.

This commit is contained in:
Matthew Stratford 2021-04-07 21:28:02 +01:00
parent 6863356a22
commit 00b2614e66

View file

@ -21,6 +21,8 @@ jobs:
cd build
chmod +x install-ubuntu.sh
./install-ubuntu.sh
sudo apt-get install alsa-base
sudo apt-get install --reinstall linux-image-extra-`uname -r`
sudo modprobe snd-dummy # Make a dummy sound output
- name: Install Python dependencies
run: |