Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/reline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
make
sudo make install
- name: Install dependencies
run: bundle install
run: bundle install && bundle add tsort
- name: Install reline
run: rake install
- name: Download ruby/irb
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Run irb test
working-directory: ./irb
run: |
bundle install
bundle install && bundle add tsort
bundle exec rake test
- name: Run irb yamatanooroti test
working-directory: ./irb
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem 'bundler'
gem 'rdoc'
gem 'rake'
gem 'test-unit'
gem 'tsort'

# Only used in ci to run readline-ext test using Reline as Readline
gem 'readline'
Expand Down
Loading