mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 18:57:46 +00:00
ci: install homebrew's curl on mac
This commit is contained in:
parent
08556e6db3
commit
0239eff354
@ -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
|
||||
|
||||
# Should we ask Travis to cache this file?
|
||||
|
@ -4,4 +4,5 @@ set -x
|
||||
|
||||
brew update
|
||||
brew install homebrew/dupes/zlib
|
||||
brew install curl
|
||||
brew install libssh2
|
||||
|
Loading…
Reference in New Issue
Block a user