Fix macOS CI (#2345)

albatross
Willem Melching 2020-10-15 14:16:41 +02:00 committed by GitHub
parent 5d0a623b28
commit 72a996a885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 8 deletions

View File

@ -1,13 +1,7 @@
#!/bin/bash -e
# Install brew if required.
if [[ $(command -v brew) == "" ]]; then
echo "Installing Hombrew"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
else
echo "Updating Homebrew"
brew update
fi
echo "Updating Homebrew"
brew update
brew install capnp \
czmq \