Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP
Browse files Browse the repository at this point in the history
S-H-GAMELINKS committed Aug 11, 2024
1 parent bb916ad commit 8269654
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -21,14 +21,13 @@ jobs:

- name: Install rbenv
run: |
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
eval "$(rbenv init - bash)"
- name: Install Ruby head
run: |
RUBY_CONFIGURE_OPTS="cppflags=-DUNIVERSAL_PARSER" rbenv install ruby-dev
rbenv local ruby-dev
git clone https://github.com/ruby/ruby.git --depth 1
cd ruby
./autogen.sh
mkdir ../build && cd ../build
../ruby/configure --prefix=$PWD/../install --enable-shared cppflags=-DUNIVERSAL_PARSER
make -j
sudo make install
- name: Install bundler
run: gem install bundler

0 comments on commit 8269654

Please sign in to comment.