Skip to content

Commit 61a924c

Browse files
committed
WIP
1 parent 814a6c7 commit 61a924c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
continue-on-error: ${{ matrix.experimental }}
4848
steps:
4949
- uses: actions/checkout@v3
50+
51+
- run: bundle config build.charlock_holmes --with-icu-dir=/usr/local/opt/icu4c
52+
if: matrix.os == 'macos-latest'
53+
5054
- uses: ruby/setup-ruby@v1
5155
with:
5256
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)