Use pulse audio for dummy output.
This commit is contained in:
parent
67f3e655be
commit
a94f3c457d
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -22,10 +22,8 @@ jobs:
|
|||
sudo apt update
|
||||
chmod +x install-ubuntu.sh
|
||||
./install-ubuntu.sh
|
||||
sudo apt-get install alsa-base
|
||||
sudo apt-get install --reinstall linux-modules-extra-`uname -r`
|
||||
sudo modinfo soundcore
|
||||
sudo modprobe snd-dummy # Make a dummy sound output
|
||||
# Use pulseaudio for dummy output
|
||||
sudo apt-get install pulseaudio jackd2 alsa-utils dbus-x11
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
Loading…
Reference in a new issue