commit 5360b40b5be2ab40015d351920d41c9b15712f6d Author: Daniel Swanson Date: Fri Jun 11 12:49:53 2021 -0500 it helps to edit the right test file diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b38525d..f2716f4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,7 +10,7 @@ jobs: - name: dependencies run: | sudo apt-get -qy update - sudo apt-get -qfy install --no-install-recommends build-essential automake autotools-dev pkg-config libxml2-dev libxml2-utils python3-dev python3-setuptools swig + sudo apt-get -qfy install --no-install-recommends build-essential automake autotools-dev pkg-config libutfcpp-dev libxml2-dev libxml2-utils python3-dev python3-setuptools swig - name: autoreconf run: autoreconf -fvi - name: configure