Check for modinfo soundcore.

This commit is contained in:
Matthew Stratford 2021-04-07 21:45:36 +01:00
parent 4f1a472fb2
commit 67f3e655be
2 changed files with 3 additions and 2 deletions

View file

@ -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: |

View file

@ -1,2 +1,2 @@
!/bin/bash
sudo apt-get -y install libasound-dev libportaudio2
#!/bin/bash
sudo apt-get -y install libasound-dev libportaudio2