Skip to content

Commit

Permalink
Add docbook-xml to required packages (needed for doc)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jul 8, 2022
1 parent 6f9df2a commit 28830f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ echo deb https://qemu.weilnetz.de/debian/ testing contrib | \
# Install packages.
sudo apt-get update
sudo apt-get install --assume-yes --no-install-recommends \
asciidoc xsltproc docbook-xsl \
asciidoc xsltproc docbook-xml docbook-xsl \
automake dpkg-dev libtool pkg-config default-jdk-headless \
mingw-w64-tools nsis g++-mingw-w64-${ARCH/_/-} \
$PKG_ARCH-liblept5 $PKG_ARCH-curl \
Expand Down

0 comments on commit 28830f6

Please sign in to comment.