diff --git a/ci_scripts/ci_prepare_env.sh b/ci_scripts/ci_prepare_env.sh index 206dcde33..477bd65a3 100644 --- a/ci_scripts/ci_prepare_env.sh +++ b/ci_scripts/ci_prepare_env.sh @@ -34,8 +34,10 @@ install_xcode_cloud_brew_dependencies () { } setup_github_actions_environment() { - brew update && brew install xcodegen git-lfs imagemagick + # brew update && brew install xcodegen git-lfs imagemagick + brew update && brew install xcodegen git-lfs + bundle config path vendor/bundle bundle install --jobs 4 --retry 3