diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh index 06c3546e1e..5968efdbbe 100755 --- a/ci/install-dependencies.sh +++ b/ci/install-dependencies.sh @@ -34,7 +34,7 @@ linux-clang|linux-gcc) popd ;; osx-clang|osx-gcc) - brew update --quiet + brew update >/dev/null # Uncomment this if you want to run perf tests: # brew install gnu-time brew install git-lfs gettext