Skip to content

Commit

Permalink
source rvm in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 27, 2024
1 parent 4beebcc commit 06dce32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macos/runtime_setup_stages/install_gems.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ elif [[ -e $HOME/.rvm/bin/rvm-exec ]]; then
RVM_EXEC=$HOME/.rvm/bin/rvm-exec
elif [ "${GITHUB_ACTIONS:-false}" = 'true' ]; then
\curl -sSL https://get.rvm.io | bash
source "$HOME/.rvm/scripts/rvm"
RVM_EXEC=$HOME/.rvm/bin/rvm-exec
else
echo "*** ERROR: you must have RVM installed"
Expand Down

0 comments on commit 06dce32

Please sign in to comment.