File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 66
66
- uses : ruby/setup-ruby@v1
67
67
with :
68
68
ruby-version : ${{ matrix.ruby-version }}
69
+ bundler-cache : true
69
70
70
71
- name : Download precompiled gem
71
72
uses : actions/download-artifact@v4
@@ -186,6 +187,7 @@ jobs:
186
187
- uses : ruby/setup-ruby@v1
187
188
with :
188
189
ruby-version : ${{ matrix.ruby-version }}
190
+ bundler-cache : true
189
191
190
192
- name : Download precompiled gem
191
193
uses : actions/download-artifact@v4
@@ -306,6 +308,7 @@ jobs:
306
308
- uses : ruby/setup-ruby@v1
307
309
with :
308
310
ruby-version : ${{ matrix.ruby-version }}
311
+ bundler-cache : true
309
312
310
313
- name : Build gem
311
314
shell : pwsh
@@ -443,6 +446,7 @@ jobs:
443
446
- uses : ruby/setup-ruby@v1
444
447
with :
445
448
ruby-version : ${{ matrix.ruby-version }}
449
+ bundler-cache : true
446
450
447
451
- name : Build gem
448
452
shell : bash
You can’t perform that action at this time.
0 commit comments