import keys

This commit is contained in:
techknowlogick 2023-04-14 17:55:14 -04:00
parent a49d15c565
commit ee7d86056c

View file

@ -17,6 +17,8 @@ jobs:
run: | run: |
apt update -y apt update -y
apt install gpgv2 -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 curl -sSL https://get.rvm.io | bash -s stable
- name: install tools - name: install tools
run: | run: |