Make the secrets optional. (#3966)

This commit is contained in:
Doug
2025-04-01 16:14:05 +01:00
committed by GitHub
parent 4f75900b57
commit ee0d054ee1
8 changed files with 32 additions and 36 deletions

View File

@@ -30,14 +30,14 @@ setup_xcode_cloud_environment () {
}
install_xcode_cloud_brew_dependencies () {
brew update && brew install xcodegen swiftgen pkl
brew update && brew install xcodegen pkl
}
setup_github_actions_environment() {
unset HOMEBREW_NO_INSTALL_FROM_API
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew update && brew install xcodegen swiftlint swiftformat swiftgen git-lfs pkl a7ex/homebrew-formulae/xcresultparser
brew update && brew install xcodegen swiftlint swiftformat git-lfs pkl a7ex/homebrew-formulae/xcresultparser
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3