Skip to content

Commit

Permalink
Force bundler version 2.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock committed Nov 15, 2023
1 parent 76a601a commit 837ddd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
bundler-cache: false
bundler: Gemfile.lock
- name: Manually install dependencies with specific bundler version
# run: bundle _2.4.22_ install --jobs 4 --retry 3
run: bundle install --jobs 4 --retry 3
run: bundle _2.4.22_ install --jobs 4 --retry 3
# run: bundle install --jobs 4 --retry 3
- name: Start MySQL and create DB
run: |
sudo systemctl start mysql.service
Expand Down

0 comments on commit 837ddd8

Please sign in to comment.