Skip to content

Commit f993cc8

Browse files
committed
CI, Meson build: Install packages for validating XML file
libxml2-utils and docbook5-xml are necessary in order to validate the XML file in docs/docs/manual/.
1 parent 89a5513 commit f993cc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/meson-clang-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Prevent blocking apt install on a question during configuring of tzdata.
1515
export ENV DEBIAN_FRONTEND=noninteractive
1616
sudo apt update
17-
sudo apt install mm-common clang-10 ninja-build python3-setuptools python3-pip --yes
17+
sudo apt install libxml2-utils docbook5-xml mm-common clang-10 ninja-build python3-setuptools python3-pip --yes
1818
# Ubuntu 20.04 contains meson 0.53.2, but libsigc++ requires meson >= 0.54.0.
1919
# Install it with pip3 instead of apt.
2020
sudo pip3 install "meson>=0.54.0"

.github/workflows/meson-gcc-9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Prevent blocking apt install on a question during configuring of tzdata.
1515
export ENV DEBIAN_FRONTEND=noninteractive
1616
sudo apt update
17-
sudo apt install mm-common g++-9 ninja-build python3-setuptools python3-pip --yes
17+
sudo apt install libxml2-utils docbook5-xml mm-common g++-9 ninja-build python3-setuptools python3-pip --yes
1818
# Ubuntu 20.04 contains meson 0.53.2, but libsigc++ requires meson >= 0.54.0.
1919
# Install it with pip3 instead of apt.
2020
sudo pip3 install "meson>=0.54.0"

0 commit comments

Comments
 (0)