Commit 0c7e546f by Edward Thomson

ci: install homebrew's curl on mac

parent 1db5e027
......@@ -7,7 +7,7 @@ then
fi
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
export PKG_CONFIG_PATH=$(ls -d /usr/local/Cellar/zlib/*/lib/pkgconfig | paste -s -d':' -)
export PKG_CONFIG_PATH=$(ls -d /usr/local/Cellar/{curl,zlib}/*/lib/pkgconfig | paste -s -d':' -)
fi
mkdir _build
......
......@@ -4,4 +4,5 @@ set -x
brew update
brew install homebrew/dupes/zlib
brew install curl
brew install libssh2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment