diff --git a/ci/mac_ci_setup.sh b/ci/mac_ci_setup.sh index d69562ced31f..ef29e6c92587 100755 --- a/ci/mac_ci_setup.sh +++ b/ci/mac_ci_setup.sh @@ -41,8 +41,8 @@ function retry () { } if ! retry brew update; then - echo "Failed to update homebrew" - exit 1 + # Do not exit early if update fails. + echo "Failed to update homebrew" fi DEPS="automake cmake coreutils go libtool wget ninja"