File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 64
64
echo "CC=gcc-${{ matrix.version }}" >> $GITHUB_ENV
65
65
echo "CXX=g++-${{ matrix.version }}" >> $GITHUB_ENV
66
66
fi
67
+
68
+ sudo apt-get install -y libicu-dev
67
69
fi
68
70
if [[ '${{ matrix.os }}' == macos-* ]]; then
69
- echo "DEVELOPER_DIR=/Applications/Xcode_${{ matrix.version }}.app" >> $GITHUB_ENV
71
+ brew install icu4c
72
+ echo "DEVELOPER_DIR=/Applications/Xcode_${{ matrix.version }}.app" >> $GITHUB_ENV
70
73
fi
71
74
72
75
- name : Configure
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL Android)
123
123
endif ()
124
124
125
125
set (LIB_TYPES " " )
126
- if (ICU_UC_FOUND )
126
+ if (ICU_FOUND AND ICU_UC_FOUND )
127
127
list (APPEND LIB_TYPES _headers )
128
128
endif ()
129
129
You can’t perform that action at this time.
0 commit comments