diff --git a/ci/mac_ci_setup.sh b/ci/mac_ci_setup.sh index 5cd363afa60eb..eb2e44ceae4d0 100755 --- a/ci/mac_ci_setup.sh +++ b/ci/mac_ci_setup.sh @@ -39,7 +39,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}"