From d5cb3b486928af090099e26de7d3ac56375213e3 Mon Sep 17 00:00:00 2001 From: martinrotter Date: Wed, 8 Sep 2021 02:51:59 -0400 Subject: [PATCH] Update build-linux-mac.sh --- resources/scripts/github-actions/build-linux-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/github-actions/build-linux-mac.sh b/resources/scripts/github-actions/build-linux-mac.sh index 71d798ef3..2c3b7b8c9 100755 --- a/resources/scripts/github-actions/build-linux-mac.sh +++ b/resources/scripts/github-actions/build-linux-mac.sh @@ -22,7 +22,7 @@ if [ $is_linux = true ]; then #sudo apt-get -y install gcc-7 g++-7 sudo apt-get -y install qt515tools qt515base qt515webengine qt515svg qt515multimedia - sudo apt-get -y install openssl libssl-dev libgl1-mesa-dev + sudo apt-get -y install openssl libssl-dev libgl1-mesa-dev gstreamer1.0-alsa gstreamer1.0-plugins-good gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-qt5 #sudo update-alternatives --remove-all gcc #sudo update-alternatives --remove-all g++