Skip to content

Commit

Permalink
fix: getting the ci_script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Nov 22, 2023
1 parent 0b45177 commit 09e9432
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci_scripts/ci_prepare_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 update && brew install xcodegen git-lfs

bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit 09e9432

Please sign in to comment.