Skip to content

Commit

Permalink
fix issue with icu4c
Browse files Browse the repository at this point in the history
Signed-off-by: Cédrik Fuoco <[email protected]>
  • Loading branch information
cedrik-fuoco-adsk committed Nov 13, 2024
1 parent db17195 commit ff5a7b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,11 @@ jobs:
python3 -m pip install --user --upgrade -r requirements.txt
- name: Install Homebrew dependencies
# icu4c is needed for Qt UIC executable / AUTOUIC.
# Might be to find another way to install icu4c if the icu4c recipe disappear.
run: |
brew install --quiet --formula cmake ninja readline sqlite3 xz zlib tcl-tk autoconf automake libtool python yasm clang-format black meson nasm pkg-config glew icu4c
brew install --formula cmake ninja readline sqlite3 xz zlib tcl-tk python-tk autoconf automake libtool python yasm clang-format black meson nasm pkg-config glew
brew install --formula icu4c@74
- name: Set QT_HOME
if: matrix.arch-type == 'x86_64'
Expand Down

0 comments on commit ff5a7b0

Please sign in to comment.