Skip to content

Commit 7ee2deb

Browse files
committed
WIP
1 parent d660cd7 commit 7ee2deb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
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)