Try not installing desktop tools
This commit is contained in:
parent
d895f57b9c
commit
5113f3490e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
cd build
|
cd build
|
||||||
sudo apt update
|
sudo apt update
|
||||||
chmod +x install-ubuntu.sh
|
chmod +x install-ubuntu.sh
|
||||||
./install-ubuntu.sh
|
#./install-ubuntu.sh
|
||||||
# Use pulseaudio for dummy output
|
# Use pulseaudio for dummy output
|
||||||
sudo apt-get install pulseaudio jackd2 alsa-utils dbus-x11
|
sudo apt-get install pulseaudio jackd2 alsa-utils dbus-x11
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
|
|
Loading…
Reference in a new issue