Skip to content

Commit cd5254a

Browse files
committed
[build] Re-enable bundler cache to try and speed up builds
(cherry picked from commit 24cebeb)
1 parent 96d362a commit cd5254a

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
@@ -89,7 +89,7 @@ jobs:
8989
uses: ruby/setup-ruby@v1
9090
with:
9191
ruby-version: jruby-${{ matrix.jruby_version }}
92-
bundler-cache: 'false' # Need to install later so we can vary from Gemfile.lock as required for JRuby version compatibility
92+
bundler-cache: 'true'
9393
bundler: ${{ startsWith(matrix.jruby_version, '9.3') && '2.3.27' || 'Gemfile.lock' }}
9494

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

0 commit comments

Comments
 (0)