Skip to content

Commit

Permalink
Fix CI (#171)
Browse files Browse the repository at this point in the history
* Update ci_prepare_env.sh
  • Loading branch information
volodymyr-chekyrta authored Nov 22, 2023
1 parent 21e419c commit 1296cb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci_scripts/ci_prepare_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1296cb9

Please sign in to comment.