Skip to content

Commit f7a5877

Browse files
committed
More work on ICU setup
1 parent d13bb81 commit f7a5877

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
make -j `nproc`
8181
make install
8282
echo "ICU_ROOT=$GITHUB_WORKSPACE/icu_root" >> $GITHUB_ENV
83+
echo "LD_LIBRARY_PATH=$GITHUB_WORKSPACE/icu_root/lib" >> $GITHUB_ENV
8384
fi
8485
if [[ '${{ matrix.os }}' == macos-* ]]; then
8586
brew install icu4c

lib/inc/sys_string/impl/unicode/mappings_icu.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
#include <unicode/uset.h>
1414
#include <unicode/ucpmap.h>
1515

16+
#include <exception>
17+
1618
extern "C"
1719
{
1820
//Public, but undocumented stuff from ucase.h

0 commit comments

Comments
 (0)