This commit is contained in:
techknowlogick 2023-04-14 18:14:53 -04:00
parent 1d4773e7c4
commit 6a193f1e30
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ jobs:
curl -sSL https://get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh
rvm list known
rvm install 3.0.6
rvm use 3.0.6
rvm install 3
rvm use 3
ruby -v
- name: install tools
run: |