X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.ci%2Fdeps.sh;h=6fdd47f418727782adf7154cea21b885a7562d52;hb=e856b04f7e07395bc4e085b2ef25bef55331d1a6;hp=096f9934ae713751dd53551af9489923f385a8ed;hpb=7b8e06bde9b32a46b9b129d14886cb0fe0d52118;p=tinc diff --git a/.ci/deps.sh b/.ci/deps.sh index 096f9934..6fdd47f4 100755 --- a/.ci/deps.sh +++ b/.ci/deps.sh @@ -89,7 +89,7 @@ deps_linux() { } deps_macos() { - brew install coreutils netcat automake lzo lz4 miniupnpc libgcrypt "$@" + brew install coreutils netcat automake lzo lz4 miniupnpc libgcrypt openssl "$@" pip3 install --user compiledb }