build with ruby 3.3.5
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 1m43s

This commit is contained in:
Florian Weber 2024-11-15 01:31:58 +01:00
parent bab44a4991
commit d0ccfd4782
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -47,7 +47,7 @@ jobs:
curl -sSL https://rvm.io/pkuczynski.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 && \
source /etc/profile.d/rvm.sh && \ source /etc/profile.d/rvm.sh && \
rvm install 3.2.0 --repository https://git.morlana.online/Morlana/rvm-binaries.git --branch binaries && \ rvm mount -r https://raw.morlana.online/morlana/rvm-binaries/@binaries/ubuntu/22.04/aarch64/ruby-3.3.5.tar.bz2 && \
ruby -v && gem -v && \ ruby -v && gem -v && \
gem install bundler jekyll webrick gem install bundler jekyll webrick
- name: Setup Node - name: Setup Node