Skip to content

Commit 814a6c7

Browse files
committed
WIP
1 parent 4576495 commit 814a6c7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,9 @@ jobs:
4747
continue-on-error: ${{ matrix.experimental }}
4848
steps:
4949
- uses: actions/checkout@v3
50-
- run: bundle config build.charlock_holmes --with-icu-dir=/usr/local/opt/icu4c
51-
if: matrix.os == 'macos-latest'
5250
- uses: ruby/setup-ruby@v1
5351
with:
5452
ruby-version: ${{ matrix.ruby }}
5553
bundler-cache: true
56-
cache-version: ${{ matrix.os == 'macos-latest' && 1 || 0 }}
5754
- name: Test
5855
run: bundle exec rake

0 commit comments

Comments
 (0)