soure rvm

This commit is contained in:
techknowlogick 2023-04-14 17:58:55 -04:00
parent 028f00b553
commit cb859ed637
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ jobs:
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 stable
source ~/.bashrc
echo "source $HOME/.rvm/scripts/rvm" >> ~/.bash_profile
source $HOME/.rvm/scripts/rvm
rvm -v
ruby -v
- name: install tools
run: |