with dash

This commit is contained in:
techknowlogick 2023-04-14 18:24:22 -04:00
parent 6a193f1e30
commit bcc6431ce6

View file

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