Update Enterprise submodule.

Include pkl in the dependencies.
This commit is contained in:
Doug
2025-02-13 16:01:01 +00:00
committed by Doug
parent 8705ceb0b2
commit 61312fa8ff
4 changed files with 16 additions and 7 deletions

View File

@@ -30,14 +30,14 @@ setup_xcode_cloud_environment () {
}
install_xcode_cloud_brew_dependencies () {
brew update && brew install xcodegen
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 git-lfs 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