Check for modinfo soundcore.
This commit is contained in:
parent
4f1a472fb2
commit
67f3e655be
2 changed files with 3 additions and 2 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
|||
./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
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
!/bin/bash
|
||||
sudo apt-get -y install libasound-dev libportaudio2
|
||||
#!/bin/bash
|
||||
sudo apt-get -y install libasound-dev libportaudio2
|
||||
|
|
Loading…
Reference in a new issue