Skip to content

Commit b0c2aff

Browse files
committed
[build] Remove noise from jruby-launcher installs
1 parent 20616fa commit b0c2aff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ jobs:
9999
bundler-cache: 'false' # Need to install later so we can vary from Gemfile.lock as required for JRuby version compatibility
100100
bundler: 'Gemfile.lock'
101101

102+
- name: Remove jruby-launcher # Coming from setup-ruby/ruby-build and causes annoying warnings
103+
run: gem uninstall -a jruby-launcher
104+
102105
- name: Run appraisal for ${{ matrix.appraisal }}
103106
run: bundle install && bundle exec rake spec
104107

0 commit comments

Comments
 (0)