Install ruby with ruby-install
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 33m31s
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 33m31s
This commit is contained in:
parent
9d3620e3b9
commit
74461017d6
@ -42,7 +42,14 @@ jobs:
|
||||
- name: Setup Ruby
|
||||
run: |
|
||||
apt-get update && \
|
||||
apt-get install ruby-full build-essential zlib1g-dev -y && \
|
||||
apt-get install wget tar build-essential zlib1g-dev -y && \
|
||||
wget https://github.com/postmodern/ruby-install/releases/download/v0.9.3/ruby-install-0.9.3.tar.gz && \
|
||||
tar -xzvf ruby-install-0.9.3.tar.gz && \
|
||||
cd ruby-install-0.9.3/ && \
|
||||
make install && \
|
||||
cd .. && \
|
||||
ruby-install --system ruby 3.3.5 && \
|
||||
ruby -v && gem -v && \
|
||||
gem install bundler jekyll webrick
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user