added gpg for ruby setup
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 39s
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 39s
This commit is contained in:
parent
bd2c517c8d
commit
18c090f30d
@ -42,7 +42,7 @@ jobs:
|
||||
- name: Setup Ruby
|
||||
run: |
|
||||
apt-get update && \
|
||||
apt-get install curl wget tar build-essential zlib1g-dev -y && \
|
||||
apt-get install curl wget tar build-essential zlib1g-dev gpg -y && \
|
||||
curl -sSL https://get.rvm.io | bash -s stable && \
|
||||
source /etc/profile.d/rvm.sh && \
|
||||
rvm install 3.2.0 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user