diff --git a/ci/mac_ci_setup.sh b/ci/mac_ci_setup.sh index 88f8c406dd655..f6cd976b59e20 100755 --- a/ci/mac_ci_setup.sh +++ b/ci/mac_ci_setup.sh @@ -47,7 +47,7 @@ if ! retry brew update; then echo "Failed to update homebrew" fi -DEPS="automake cmake coreutils go libtool wget ninja" +DEPS="automake cmake coreutils libtool wget ninja" for DEP in ${DEPS} do is_installed "${DEP}" || install "${DEP}"