Want linux-modules-extra
This commit is contained in:
parent
462594a449
commit
4f1a472fb2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -19,11 +19,11 @@ jobs:
|
||||||
- name: Install Ubuntu dependencies
|
- name: Install Ubuntu dependencies
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
|
sudo apt update
|
||||||
chmod +x install-ubuntu.sh
|
chmod +x install-ubuntu.sh
|
||||||
./install-ubuntu.sh
|
./install-ubuntu.sh
|
||||||
sudo apt update
|
|
||||||
sudo apt-get install alsa-base
|
sudo apt-get install alsa-base
|
||||||
sudo apt-get install --reinstall linux-image-extra-`uname -r`
|
sudo apt-get install --reinstall linux-modules-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