mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Tweak homebrew env vars. (#1374)
This commit is contained in:
parent
b1df9efd46
commit
3a3ff695fb
1
changelog.d/pr-1374.build
Normal file
1
changelog.d/pr-1374.build
Normal file
@ -0,0 +1 @@
|
|||||||
|
Don't upgrade more homebrew deps than needed on GitHub runners.
|
@ -38,6 +38,9 @@ install_xcode_cloud_python_dependencies () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
setup_github_actions_environment() {
|
setup_github_actions_environment() {
|
||||||
|
unset HOMEBREW_NO_INSTALL_FROM_API
|
||||||
|
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
|
||||||
|
|
||||||
brew update && brew install xcodegen swiftformat git-lfs imagemagick
|
brew update && brew install xcodegen swiftformat git-lfs imagemagick
|
||||||
|
|
||||||
# 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 "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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user