Skip to content

Commit

Permalink
gem install bundler to ensure latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Apr 7, 2024
1 parent 067f81b commit f909f1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle install
- run: gem install bundler
- run: bundle install --jobs 4 --retry 2
- run: bundle exec rake

0 comments on commit f909f1a

Please sign in to comment.