with dash

This commit is contained in:
techknowlogick 2023-04-14 18:24:22 -04:00
parent 6a193f1e30
commit bcc6431ce6
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
rvm use 3
rvm install ruby-3
rvm use ruby-3
ruby -v
- name: install tools
run: |