We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68a553 commit a69faceCopy full SHA for a69face
1 file changed
.github/workflows/reline.yml
@@ -103,7 +103,7 @@ jobs:
103
make
104
sudo make install
105
- name: Install dependencies
106
- run: bundle install
+ run: bundle install && bundle add tsort
107
- name: Install reline
108
run: rake install
109
- name: Download ruby/irb
@@ -112,15 +112,15 @@ jobs:
112
- name: Run irb test
113
working-directory: ./irb
114
run: |
115
- bundle install
+ bundle install && bundle add tsort
116
bundle exec rake test
117
- name: Run irb yamatanooroti test
118
119
env:
120
WITH_VTERM: 1
121
122
gem rdoc --all --ri --no-rdoc
123
124
bundle exec rake test_yamatanooroti
125
126
vterm-yamatanooroti:
0 commit comments