Skip to content

Commit b8eafeb

Browse files
committed
Try to fix up MacOS CI
1 parent 6db74e6 commit b8eafeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/macos.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
22+
- name: Install ICU dependencies
23+
run: |
24+
brew install icu4c
25+
run: echo "PKG_CONFIG_PATH=$(brew --prefix icu4c)/lib/pkgconfig" >> $GITHUB_ENV
2226
- name: Install dependencies
2327
run: |
2428
brew install llvm

0 commit comments

Comments
 (0)