mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 03:08:39 +00:00
GitHub CI [Linux]: another build fix
Weirdly the run 382 failed on nginx unsatisfied dependencies, so explicitly removing it.
This commit is contained in:
2
.github/scripts/Linux/prepare.sh
vendored
2
.github/scripts/Linux/prepare.sh
vendored
@@ -31,7 +31,7 @@ sudo apt install libasound-dev libjack-jackd2-dev libnatpmp-dev libv4l-dev porta
|
||||
# for FFmpeg - libzmq3-dev needs to be ignored (cannot be installed, see run #380)
|
||||
FFMPEG_BUILD_DEP=`apt-cache showsrc ffmpeg | grep Build-Depends: | sed 's/Build-Depends://' | tr ',' '\n' |cut -f 2 -d\ | grep -v libzmq3-dev`
|
||||
sudo apt install $FFMPEG_BUILD_DEP
|
||||
sudo apt-get -y remove 'libavcodec*' 'libavutil*' 'libswscale*' 'libvpx*' 'libx264*' nasm
|
||||
sudo apt-get -y remove 'libavcodec*' 'libavutil*' 'libswscale*' 'libvpx*' 'libx264*' nasm nginx
|
||||
sudo apt --no-install-recommends install asciidoc xmlto
|
||||
|
||||
sudo apt install libopencv-dev
|
||||
|
||||
Reference in New Issue
Block a user