commit 49c8b1b1e8e8c87b55b3020a467b24776a8be1b2
parent dcbfd3f4ec3819fe3aa5d0aae81bdbd56971e95f
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 5 Dec 2017 20:25:38 +0100
Get needed PUB_KEY
Signed-off-by: MTRNord <mtrnord1@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.ci/linux.sh b/.ci/linux.sh
@@ -14,6 +14,7 @@ export QT_QPA_PLATFORM=minimal
sudo apt-get -y install libpulse-dev software-properties-common && sudo apt-get clean
#replace gcc4 with gcc5
+sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get -y install gcc-5 g++-5 && sudo apt-get clean