Skip to content

Commit

Permalink
Use the stable version of rvm
Browse files Browse the repository at this point in the history
I am hoping this will fix the error we are getting as described here:
rvm/rvm#5014
  • Loading branch information
acozzette committed Sep 30, 2021
1 parent 55b0e11 commit 5378c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/macos/prepare_build_macos_rc
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ if [[ "${KOKORO_INSTALL_RVM:-}" == "yes" ]] ; then
curl -sSL https://rvm.io/mpapis.asc | gpg --import -
curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -

curl -sSL https://get.rvm.io | bash -s master --ruby
curl -sSL https://get.rvm.io | bash -s stable --ruby
fi

0 comments on commit 5378c9a

Please sign in to comment.