Skip to content

Commit

Permalink
debug rvm install
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 28, 2024
1 parent 06dce32 commit a9768c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/runtime_setup_stages/install_gems.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ for RUBY_VERSION in "${RUBY_VERSIONS[@]}"; do
if run_ruby "$RUBY_VERSION" ruby -v &>/dev/null; then
echo "Ruby $RUBY_VERSION: ok"
elif [ "${GITHUB_ACTIONS:-false}" = 'true' ]; then
rvm install "ruby-$RUBY_VERSION"
rvm install "ruby-$RUBY_VERSION" || ( cat "$HOME/.rvm/log/"*_"ruby-$RUBY_VERSION/configure.log" && false )
else
echo "Ruby $RUBY_VERSION: NOT INSTALLED! Please install it!"
ALL_RUBIES_OK=false
Expand Down

0 comments on commit a9768c2

Please sign in to comment.