try adding a dummy sound output.
This commit is contained in:
parent
0422fae749
commit
6863356a22
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
@ -21,6 +21,7 @@ jobs:
|
|||
cd build
|
||||
chmod +x install-ubuntu.sh
|
||||
./install-ubuntu.sh
|
||||
sudo modprobe snd-dummy # Make a dummy sound output
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
Loading…
Reference in a new issue