Use pulse audio for dummy output.

This commit is contained in:
Matthew Stratford 2021-04-07 21:49:27 +01:00
parent 67f3e655be
commit a94f3c457d

View file

@ -22,10 +22,8 @@ jobs:
sudo apt update sudo apt update
chmod +x install-ubuntu.sh chmod +x install-ubuntu.sh
./install-ubuntu.sh ./install-ubuntu.sh
sudo apt-get install alsa-base # Use pulseaudio for dummy output
sudo apt-get install --reinstall linux-modules-extra-`uname -r` sudo apt-get install pulseaudio jackd2 alsa-utils dbus-x11
sudo modinfo soundcore
sudo modprobe snd-dummy # Make a dummy sound output
- name: Install Python dependencies - name: Install Python dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip