Skip to content

Commit 0239eff

Browse files
author
Edward Thomson
committed
ci: install homebrew's curl on mac
1 parent 08556e6 commit 0239eff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

script/cibuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ then
77
fi
88

99
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
10-
export PKG_CONFIG_PATH=$(ls -d /usr/local/Cellar/zlib/*/lib/pkgconfig | paste -s -d':' -)
10+
export PKG_CONFIG_PATH=$(ls -d /usr/local/Cellar/{curl,zlib}/*/lib/pkgconfig | paste -s -d':' -)
1111
fi
1212

1313
# Should we ask Travis to cache this file?

script/install-deps-osx.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ set -x
44

55
brew update
66
brew install homebrew/dupes/zlib
7+
brew install curl
78
brew install libssh2

0 commit comments

Comments
 (0)