]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ci/install-dependencies.sh
Merge branch 'dl/t0000-skip-test-test'
[thirdparty/git.git] / ci / install-dependencies.sh
index a76f348484143d9f031f90405bc2dacaab0435a1..85a9d6b15cdc539e4995a05483cfcefa105c36ab 100755 (executable)
@@ -49,7 +49,8 @@ osx-clang|osx-gcc)
        ;;
 StaticAnalysis)
        sudo apt-get -q update
-       sudo apt-get -q -y install coccinelle
+       sudo apt-get -q -y install coccinelle libcurl4-openssl-dev libssl-dev \
+               libexpat-dev gettext
        ;;
 Documentation)
        sudo apt-get -q update