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 6666 - uses : ruby/setup-ruby@v1
6767 with :
6868 ruby-version : ${{ matrix.ruby-version }}
69+ bundler-cache : true
6970
7071 - name : Download precompiled gem
7172 uses : actions/download-artifact@v4
@@ -186,6 +187,7 @@ jobs:
186187 - uses : ruby/setup-ruby@v1
187188 with :
188189 ruby-version : ${{ matrix.ruby-version }}
190+ bundler-cache : true
189191
190192 - name : Download precompiled gem
191193 uses : actions/download-artifact@v4
@@ -306,6 +308,7 @@ jobs:
306308 - uses : ruby/setup-ruby@v1
307309 with :
308310 ruby-version : ${{ matrix.ruby-version }}
311+ bundler-cache : true
309312
310313 - name : Build gem
311314 shell : pwsh
@@ -443,6 +446,7 @@ jobs:
443446 - uses : ruby/setup-ruby@v1
444447 with :
445448 ruby-version : ${{ matrix.ruby-version }}
449+ bundler-cache : true
446450
447451 - name : Build gem
448452 shell : bash
You can’t perform that action at this time.
0 commit comments