Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
S-H-GAMELINKS committed Aug 11, 2024
1 parent 64f92df commit 59857be
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,14 @@ jobs:

- name: Install rbenv
run: |
sudo apt install rbenv
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 -)"
- name: Install Ruby head
run: |
RUBY_CONFIGURE_OPTS="cppflags=-DUNIVERSAL_PARSER" rbenv install ruby-dev
rbenv global ruby-dev
- name: Uninstall package Ruby
run: sudo apt remove ruby
rbenv local ruby-dev
- name: Install bundler
run: gem install bundler
Expand Down

0 comments on commit 59857be

Please sign in to comment.