Try adding more alsa.
This commit is contained in:
parent
6863356a22
commit
00b2614e66
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -21,6 +21,8 @@ jobs:
|
||||||
cd build
|
cd build
|
||||||
chmod +x install-ubuntu.sh
|
chmod +x install-ubuntu.sh
|
||||||
./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
|
sudo modprobe snd-dummy # Make a dummy sound output
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue