Skip to content

Commit

Permalink
Install maven by apt
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 7, 2024
1 parent 288febb commit 35a8e59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
ruby-version: ${{ matrix.ruby }}

# https://github.com/rubygems/rubygems/issues/5882
- run: gem update --system
- name: Install dependencies for JRuby
run: |
sudo apt install maven
gem update --system
if: matrix.ruby == 'jruby'

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

0 comments on commit 35a8e59

Please sign in to comment.