Update danger message and brew dependencies. (#683)
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user