Skip to content

Commit dfa527a

Browse files
authored
Add workaround for CI failure (#742)
The system on CI rake version is 13.0.6, while the bundler's rake version is 13.1.0. IRB's test depends on the system's rdoc version of rake. Match the rake version installed by bundler to the version installed on the system.
1 parent a8e5cc7 commit dfa527a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
- name: Install dependencies
7373
run: |
7474
gem install bundler --no-document
75+
gem install rake
7576
gem rdoc --all --ri --no-rdoc
7677
WITH_VTERM=1 bundle install
7778
- name: rake test_yamatanooroti

0 commit comments

Comments
 (0)