Skip to content

Commit c930271

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macos.yml

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

0 commit comments

Comments
 (0)