Skip to content

Commit 24cebeb

Browse files
committed
[build] Re-enable bundler cache to try and speed up builds
1 parent b0c2aff commit 24cebeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: ruby/setup-ruby@v1
9797
with:
9898
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
99+
bundler-cache: 'true'
100100
bundler: 'Gemfile.lock'
101101

102102
- name: Remove jruby-launcher # Coming from setup-ruby/ruby-build and causes annoying warnings

0 commit comments

Comments
 (0)