We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db74e6 commit b8eafebCopy full SHA for b8eafeb
.github/workflows/macos.yml
@@ -19,6 +19,10 @@ jobs:
19
uses: actions/setup-python@v5
20
with:
21
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
26
- name: Install dependencies
27
run: |
28
brew install llvm
0 commit comments