import keys

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

View File

@ -17,6 +17,8 @@ jobs:
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
- name: install tools
run: |