Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Oct 26, 2023
1 parent c1195c8 commit 1607c3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ rbenv init
rbenv install 2.7.8
rbenv global 2.7.8
rbenv local 2.7.8
rbenv init
eval "$(rbenv init -)"
source ~/.bash_profile
eval "$(rbenv init -)"
eval "$(rbenv init -)"
ruby -v
gem install bundler --install-dir $GEM_HOME
gem install json -v '2.6.3' --install-dir $GEM_HOME
Expand Down

0 comments on commit 1607c3e

Please sign in to comment.