diff --git a/ci/mac_ci_setup.sh b/ci/mac_ci_setup.sh index decdfd75f4d9..c8bb71f3b4b1 100755 --- a/ci/mac_ci_setup.sh +++ b/ci/mac_ci_setup.sh @@ -21,7 +21,7 @@ if ! brew update; then exit 1 fi -DEPS="automake bazel cmake coreutils go libtool wget ninja" +DEPS="automake bazelbuild/tap/bazel cmake coreutils go libtool wget ninja" for DEP in ${DEPS} do is_installed "${DEP}" || install "${DEP}"