github-ci: Install docbook-xml.

Some tests use the xmlwf documentation as sample input.  It is written in
DocBook, and the tests appear to be failing because they try to fetch it
at run time, which is not allowed.  Work around this by installing it in
advance.
This commit is contained in:
Dag-Erling Smørgrav 2024-05-01 12:24:11 +02:00
parent 26be7c3f11
commit 2083722b95

View file

@ -59,6 +59,7 @@ jobs:
sudo apt-get install --yes --no-install-recommends -V \
cmake \
docbook-xml \
docbook2x \
dos2unix \
gcc-multilib \