From 1607c3ee149fb2fb9c85da1c994afdae0c556249 Mon Sep 17 00:00:00 2001 From: TheTrunk Date: Thu, 26 Oct 2023 09:01:39 +0200 Subject: [PATCH] test --- ios/ci_scripts/ci_post_clone.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ios/ci_scripts/ci_post_clone.sh b/ios/ci_scripts/ci_post_clone.sh index b96609c9..97afda26 100644 --- a/ios/ci_scripts/ci_post_clone.sh +++ b/ios/ci_scripts/ci_post_clone.sh @@ -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