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

View File

@ -21,8 +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 install stable
rvm use stable
rvm install 3.0
rvm use 3.0
ruby -v
- name: install tools
run: |