Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
santib committed Jan 8, 2024
1 parent fd5c4e7 commit 1b5fc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
./cc-test-reporter before-build
- name: Build and test with Rake
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle update
bundle install --gemfile gemfiles/${{ matrix.gemfile }} --jobs 4 --retry 3
bundle exec rake code_analysis
Expand Down

0 comments on commit 1b5fc24

Please sign in to comment.