From d73844c78a2eb5eb707a1c02e1f2bac7ece4c9de Mon Sep 17 00:00:00 2001 From: jp9000 Date: Tue, 5 Mar 2019 16:00:09 -0800 Subject: [PATCH] CI: Fix building on trusty --- CI/install-dependencies-linux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/CI/install-dependencies-linux.sh b/CI/install-dependencies-linux.sh index 21b68b688..699afc737 100755 --- a/CI/install-dependencies-linux.sh +++ b/CI/install-dependencies-linux.sh @@ -2,6 +2,7 @@ set -ex sudo add-apt-repository ppa:jonathonf/ffmpeg-3 -y +curl -L https://packagecloud.io/github/git-lfs/gpgkey | sudo apt-key add - sudo apt-get -qq update sudo apt-get install -y \ build-essential \ -- GitLab