Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Oct 25, 2023
1 parent b1c9ac1 commit 153a289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export NODE_OPTIONS=--max_old_space_size=8192

# Install CocoaPods and yarn using Homebrew.
brew install cocoapods
brew install ruby
brew install ruby@2.7
brew install node@18
brew link node@18
brew install yarn
Expand All @@ -16,6 +16,7 @@ export GEM_HOME=$HOME/gems
export PATH="$GEM_HOME/bin:$PATH"

echo ">>> INSTALL BUNDLER"
ruby -v
gem install bundler --install-dir $GEM_HOME
gem install json -v '2.6.3' --install-dir $GEM_HOME
gem install ffi -v '1.16.3' --install-dir $GEM_HOME
Expand Down

0 comments on commit 153a289

Please sign in to comment.