Translation workflow fix (#2271)

* Setup the translations workflow through ci_scripts
This commit is contained in:
Stefan Ceriu
2023-12-19 19:50:04 +02:00
committed by GitHub
parent ca7637f84b
commit a3006fe21c
3 changed files with 13 additions and 9 deletions

View File

@@ -47,4 +47,13 @@ setup_github_actions_environment() {
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
}
setup_github_actions_translations_environment() {
unset HOMEBREW_NO_INSTALL_FROM_API
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew update && brew install swiftgen mint localazy/tools/localazy
mint install Asana/locheck
}