Skip to content

Commit a2f8b7d

Browse files
committed
fix: remove bundler cache
1 parent a47f93e commit a2f8b7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
uses: ruby/setup-ruby@v1
3131
with:
3232
ruby-version: ${{ matrix.ruby-version }}
33-
bundler-cache: true
3433

3534
- name: Install dependencies
3635
run: |
@@ -54,7 +53,6 @@ jobs:
5453
uses: ruby/setup-ruby@v1
5554
with:
5655
ruby-version: ${{ env.RUBY_VERSION }}
57-
bundler-cache: true
5856

5957
- name: Install dependencies
6058
run: |
@@ -83,7 +81,6 @@ jobs:
8381
uses: ruby/setup-ruby@v1
8482
with:
8583
ruby-version: ${{ env.RUBY_VERSION }}
86-
bundler-cache: true
8784

8885
- name: Install dependencies
8986
run: |

0 commit comments

Comments
 (0)