Skip to content

Commit

Permalink
Try to run bundle update before anything else
Browse files Browse the repository at this point in the history
  • Loading branch information
rikas committed Feb 28, 2024
1 parent c3201c0 commit db999d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
steps:
- run: bundle update --source bundler --local
- uses: actions/checkout@v4
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
Expand Down

0 comments on commit db999d6

Please sign in to comment.