We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4beebcc commit 06dce32Copy full SHA for 06dce32
macos/runtime_setup_stages/install_gems.sh
@@ -13,6 +13,7 @@ elif [[ -e $HOME/.rvm/bin/rvm-exec ]]; then
13
RVM_EXEC=$HOME/.rvm/bin/rvm-exec
14
elif [ "${GITHUB_ACTIONS:-false}" = 'true' ]; then
15
\curl -sSL https://get.rvm.io | bash
16
+ source "$HOME/.rvm/scripts/rvm"
17
18
else
19
echo "*** ERROR: you must have RVM installed"
0 commit comments