Fix macOS CI (#2345)

old-commit-hash: 72a996a885
commatwo_master
Willem Melching 5 years ago committed by GitHub
parent dcb8480135
commit e952dd722d
  1. 10
      tools/mac_setup.sh

@ -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 \

Loading…
Cancel
Save