Skip to content

Commit 06dce32

Browse files
committed
source rvm in GHA
1 parent 4beebcc commit 06dce32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

macos/runtime_setup_stages/install_gems.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ elif [[ -e $HOME/.rvm/bin/rvm-exec ]]; then
1313
RVM_EXEC=$HOME/.rvm/bin/rvm-exec
1414
elif [ "${GITHUB_ACTIONS:-false}" = 'true' ]; then
1515
\curl -sSL https://get.rvm.io | bash
16+
source "$HOME/.rvm/scripts/rvm"
1617
RVM_EXEC=$HOME/.rvm/bin/rvm-exec
1718
else
1819
echo "*** ERROR: you must have RVM installed"

0 commit comments

Comments
 (0)