mirror of
https://github.com/boostorg/regex.git
synced 2025-07-30 20:47:21 +02:00
Correct ICU i18n library name.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
|||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: sudo apt install g++-9 g++-10
|
run: sudo apt install g++-9 g++-10
|
||||||
- name: Test
|
- 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
|
working-directory: ./test/regress
|
||||||
ubuntu-bionic:
|
ubuntu-bionic:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
Reference in New Issue
Block a user