mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-08 06:29:23 +00:00
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:
parent
26be7c3f11
commit
2083722b95
1 changed files with 1 additions and 0 deletions
1
.github/workflows/coverage.yml
vendored
1
.github/workflows/coverage.yml
vendored
|
@ -59,6 +59,7 @@ jobs:
|
|||
|
||||
sudo apt-get install --yes --no-install-recommends -V \
|
||||
cmake \
|
||||
docbook-xml \
|
||||
docbook2x \
|
||||
dos2unix \
|
||||
gcc-multilib \
|
||||
|
|
Loading…
Add table
Reference in a new issue