From 72a996a8857f98f3cc30c6fe4cef37596e6c6fdf Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Thu, 15 Oct 2020 14:16:41 +0200 Subject: [PATCH] Fix macOS CI (#2345) --- tools/mac_setup.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index a642e36b4..0b81f86fb 100755 --- a/tools/mac_setup.sh +++ b/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 \