Skip to content

Commit 9821039

Browse files
Fix issue with macos-14 CI (AcademySoftwareFoundation#607)
### Fix issue with macos-14 CI ### Linked issues n/a ### Summarize your change. Fix an issue with the MacOS ARM64 CI. ### Describe the reason for the change. MaCOS ARM64 CI was failing Signed-off-by: Cédrik Fuoco <[email protected]>
1 parent bb5ea87 commit 9821039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
344344
- name: Install Homebrew dependencies
345345
run: |
346-
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
346+
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
347347
348348
- name: Set QT_HOME
349349
if: matrix.arch-type == 'x86_64'

0 commit comments

Comments
 (0)