diff --git a/ci_scripts/ci_common.sh b/ci_scripts/ci_common.sh index c07ea5231..9c8c293bb 100755 --- a/ci_scripts/ci_common.sh +++ b/ci_scripts/ci_common.sh @@ -30,7 +30,7 @@ setup_xcode_cloud_environment () { } install_xcode_cloud_brew_dependencies () { - brew update && install xcodegen imagemagick + brew update && brew install xcodegen imagemagick } install_xcode_cloud_python_dependencies () {