Correct ICU i18n library name.

This commit is contained in:
jzmaddock
2022-12-10 17:59:17 +00:00
parent 1a750a42d1
commit 99653df37d

View File

@ -87,7 +87,7 @@ jobs:
- name: Install packages
run: sudo apt install g++-9 g++-10
- name: Test
run: ${{ matrix.compiler }} -std=${{ matrix.standard }} -I../../include *.cpp ../../src/*.cpp -o regress -licuuc -licudata -licu18n && ./regress
run: ${{ matrix.compiler }} -std=${{ matrix.standard }} -I../../include *.cpp ../../src/*.cpp -o regress -licuuc -licudata -licui18n && ./regress
working-directory: ./test/regress
ubuntu-bionic:
runs-on: ubuntu-18.04