Skip to content

Commit

Permalink
ci: use specific version of bundler
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Jan 15, 2025
1 parent 9d01559 commit ab7a212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
env:
CI: true
run: |
gem install bundler -v 2.4.22
gem install rake
bundle install --jobs 4 --retry 3
bundle _2.4.22_ install --jobs 4 --retry 3
bundle exec rake test

0 comments on commit ab7a212

Please sign in to comment.