Skip to content

Commit

Permalink
Merge pull request #77 from aycabta/without-bundle-exec
Browse files Browse the repository at this point in the history
Stop using "bundle exec" for "rake build" and "rake install"
  • Loading branch information
aycabta authored Dec 2, 2019
2 parents 6d11f76 + a2cd1e8 commit aab120f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-rvm-with-irb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Install reline
run: |
source $HOME/.rvm/scripts/rvm
bundle exec rake build
bundle exec rake install
rake build
rake install
- name: Download ruby/irb
run: |
git clone https://github.com/ruby/irb
Expand Down

0 comments on commit aab120f

Please sign in to comment.