From 50bf9e3fcc02ecb7d03b5f7a80b9c743fb4412b9 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Wed, 8 Mar 2023 19:01:54 +0000 Subject: [PATCH] Fix brew on xcode cloud. (#692) --- ci_scripts/ci_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {