Translation workflow fix (#2271)
* Setup the translations workflow through ci_scripts
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user