Skip to content

Commit 4576495

Browse files
committed
WIP
1 parent a628b35 commit 4576495

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- uses: ruby/setup-ruby@v1
5353
with:
5454
ruby-version: ${{ matrix.ruby }}
55-
bundler-cache: ${{ matrix.os != 'macos-latest' }}
55+
bundler-cache: true
56+
cache-version: ${{ matrix.os == 'macos-latest' && 1 || 0 }}
5657
- name: Test
5758
run: bundle exec rake

0 commit comments

Comments
 (0)