Skip to content

Commit 7580d93

Browse files
committed
Disable bundler-cache option of setup-ruby
1 parent b5a930b commit 7580d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: ruby/setup-ruby@v1
2525
with:
2626
ruby-version: ${{ matrix.ruby }}
27-
bundler-cache: true
27+
bundler-cache: false
2828

2929
- name: Install sqlite
3030
run: |

0 commit comments

Comments
 (0)