Skip to content

Commit ef2778c

Browse files
committed
feat: add mac icu support
1 parent d4c483a commit ef2778c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
--enable-integer-datetimes \
300300
--enable-option-checking=fatal \
301301
$([ $major_version -le 16 ] && echo "--enable-thread-safety") \
302-
--without-icu \
302+
$([ $major_version -ge 14 ] && echo "--with-icu" || echo "--without-icu") \
303303
--without-ldap \
304304
--with-libxml \
305305
--with-libxslt \

0 commit comments

Comments
 (0)