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
|
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
|
||||||
|
|
Loading…
Reference in a new issue