From 8be0869778ebce758579dc0dd676bd9155c1fa2c Mon Sep 17 00:00:00 2001 From: Volodymyr Chekyrta Date: Wed, 22 Nov 2023 10:52:13 +0200 Subject: [PATCH] Update ci_prepare_env.sh --- ci_scripts/ci_prepare_env.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci_scripts/ci_prepare_env.sh b/ci_scripts/ci_prepare_env.sh index 206dcde33..208336923 100644 --- a/ci_scripts/ci_prepare_env.sh +++ b/ci_scripts/ci_prepare_env.sh @@ -34,7 +34,8 @@ 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 install xcodegen git-lfs imagemagick bundle config path vendor/bundle bundle install --jobs 4 --retry 3