Update danger message and brew dependencies. (#683)

This commit is contained in:
Doug
2023-03-08 10:59:49 +00:00
committed by GitHub
parent 09a82aa32a
commit 90d96afa55
8 changed files with 19 additions and 19 deletions

View File

@@ -30,7 +30,7 @@ setup_xcode_cloud_environment () {
}
install_xcode_cloud_brew_dependencies () {
brew install xcodegen imagemagick
brew update && install xcodegen imagemagick
}
install_xcode_cloud_python_dependencies () {
@@ -38,7 +38,7 @@ install_xcode_cloud_python_dependencies () {
}
setup_github_actions_environment() {
brew install xcodegen swiftformat git-lfs
brew update && brew install xcodegen swiftformat git-lfs
# brew "swiftlint" # Fails on the CI: `Target /usr/local/bin/swiftlint Target /usr/local/bin/swiftlint already exists`. Installed through https://github.com/actions/virtual-environments/blob/main/images/macos/macos-12-Readme.md#linters
# brew "imagemagick" # Upgrading imagemagick has failed!