We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c2aff commit 24cebebCopy full SHA for 24cebeb
.github/workflows/maven.yml
@@ -96,7 +96,7 @@ jobs:
96
uses: ruby/setup-ruby@v1
97
with:
98
ruby-version: jruby-${{ matrix.jruby_version }}
99
- bundler-cache: 'false' # Need to install later so we can vary from Gemfile.lock as required for JRuby version compatibility
+ bundler-cache: 'true'
100
bundler: 'Gemfile.lock'
101
102
- name: Remove jruby-launcher # Coming from setup-ruby/ruby-build and causes annoying warnings
0 commit comments