what is ruby version

This commit is contained in:
techknowlogick 2023-04-14 17:56:37 -04:00
parent ee7d86056c
commit 028f00b553
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ jobs:
curl -sSL https://rvm.io/mpapis.asc | gpg --import -
curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
curl -sSL https://get.rvm.io | bash -s stable
source ~/.bashrc
ruby -v
- name: install tools
run: |
apt update -y