mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 09:40:18 +00:00
CI: replaced removed PPA for SDL2
The previous seem that hasn't been used in recent builds anyways (perhaps packages were removed from the repository earlier?).
This commit is contained in:
2
.github/scripts/Linux/prepare.sh
vendored
2
.github/scripts/Linux/prepare.sh
vendored
@@ -6,7 +6,7 @@ echo "LIBRARY_PATH=/usr/local/qt/lib" >> $GITHUB_ENV
|
||||
echo "PKG_CONFIG_PATH=/usr/local/qt/lib/pkgconfig" >> $GITHUB_ENV
|
||||
echo "/usr/local/qt/bin" >> $GITHUB_PATH
|
||||
|
||||
sudo add-apt-repository ppa:devilutionx/dev # SDL 2.0.14 - CESNET/UltraGrid#168
|
||||
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport # SDL 2.0.12 - CESNET/UltraGrid#168; TODO: is this still needed?
|
||||
sudo add-apt-repository ppa:savoury1/vlc3 # new x265
|
||||
sudo sed -n 'p; /^deb /s/^deb /deb-src /p' -i /etc/apt/sources.list # for build-dep ffmpeg
|
||||
sudo apt update
|
||||
|
||||
Reference in New Issue
Block a user