added gpg for ruby setup
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 39s

This commit is contained in:
Florian Weber 2024-11-14 21:32:31 +01:00
parent bd2c517c8d
commit 18c090f30d
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -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 && \