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:
Martin Pulec
2022-08-26 15:05:04 +02:00
parent d547bcb9e3
commit a2f5a78c09

View File

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