rvm install

This commit is contained in:
techknowlogick 2023-04-14 18:01:01 -04:00
parent 40c3516a53
commit 09412de781
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ jobs:
curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
curl -sSL https://get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh
rvm -v
rvm install stable
rvm use stable
ruby -v
- name: install tools
run: |