Skip to content

Commit

Permalink
Run bundle install manually
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 7, 2024
1 parent d9e18aa commit bb17711
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}

# https://github.com/rubygems/rubygems/issues/5882
- run: gem update --system
if: matrix.ruby == 'jruby'

- run: bundle install --jobs 4 --retry 3

- name: Publish to RubyGems
uses: rubygems/release-gem@612653d273a73bdae1df8453e090060bb4db5f31 # v1

Expand Down

0 comments on commit bb17711

Please sign in to comment.