Fix brew on xcode cloud. (#692)

This commit is contained in:
Doug 2023-03-08 19:01:54 +00:00 committed by GitHub
parent 4144893e86
commit 50bf9e3fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 () {