try install from apt

This commit is contained in:
techknowlogick 2023-04-14 18:26:12 -04:00
parent bcc6431ce6
commit fb7649f0d2
1 changed files with 1 additions and 9 deletions

View File

@ -16,15 +16,7 @@ jobs:
if: matrix.os == 'arm-ubuntu-latest'
run: |
apt update -y
apt install gpgv2 -y
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 /etc/profile.d/rvm.sh
rvm list known
rvm install ruby-3
rvm use ruby-3
ruby -v
apt install gpgv2 ruby-full -y
- name: install tools
run: |
apt update -y