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 \