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 c930271Copy full SHA for c930271
.github/workflows/macos.yml
@@ -19,6 +19,9 @@ jobs:
19
uses: actions/setup-python@v5
20
with:
21
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
25
- name: Install dependencies
26
run: |
27
brew install llvm
0 commit comments