Skip to content

Commit

Permalink
Add workaround for CI failure (#742)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ima1zumi authored Oct 30, 2023
1 parent a8e5cc7 commit dfa527a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- name: Install dependencies
run: |
gem install bundler --no-document
gem install rake
gem rdoc --all --ri --no-rdoc
WITH_VTERM=1 bundle install
- name: rake test_yamatanooroti
Expand Down

0 comments on commit dfa527a

Please sign in to comment.