Skip to content

Commit

Permalink
CI: Remove needless gem install to fix CI for Ruby 2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed Aug 2, 2024
1 parent 72e2483 commit 2bf3cea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ jobs:
env:
CI: true
run: |
gem install bundler rake
bundle install --jobs 4 --retry 3
bundle exec rake spec

0 comments on commit 2bf3cea

Please sign in to comment.