We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08556e6 commit 0239effCopy full SHA for 0239eff
script/cibuild.sh
@@ -7,7 +7,7 @@ then
7
fi
8
9
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
10
- 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':' -)
11
12
13
# Should we ask Travis to cache this file?
script/install-deps-osx.sh
@@ -4,4 +4,5 @@ set -x
4
5
brew update
6
brew install homebrew/dupes/zlib
+brew install curl
brew install libssh2
0 commit comments