Skip to content

Commit

Permalink
Use homebrew to install ICU4C for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto authored Jan 17, 2023
1 parent 4063dd3 commit 7cb984d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ jobs:
echo "CC=$(brew --prefix llvm@14)/bin/clang" >> $GITHUB_ENV
echo "LIBTOOL=$(brew --prefix llvm@14)/bin/llvm-ar" >> $GITHUB_ENV
- name: Install ICU4C
if: startsWith(matrix.os, 'macos-')
run: |
brew install icu4c
brew link icu4c --force
- name: Build Project (macOS)
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit 7cb984d

Please sign in to comment.