Skip to content

Commit 4f035f5

Browse files
authored
ci: removes bundler cache, it sucks (#4)
1 parent d6deb3e commit 4f035f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: ${{ matrix.ruby }}
24-
bundler-cache: true
24+
bundler-cache: false
2525

2626
- name: Install dependencies
2727
run: bundle install --jobs 4 --retry 3

0 commit comments

Comments
 (0)