list known

This commit is contained in:
techknowlogick 2023-04-14 18:11:59 -04:00
parent 24a291ddd9
commit f9058e20c7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ 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 list
rvm list known
rvm install 3.0.6
rvm use 3.0.6
ruby -v