CI [Linux]: removed custom SDL2 repo

See #168 - according to the testing, the fix may already have been
applied upstream (in Ubuntu distro SDL2 package, although minor version
has not changed).
This commit is contained in:
Martin Pulec
2022-09-06 16:25:14 +02:00
parent 556a5b9a85
commit 59871a6850

View File

@@ -6,7 +6,6 @@ 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: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