Skip to content

Commit a7a5fd3

Browse files
[CI][XML] Added XMLLINT to CI Dependencies
A warning was being generated by EZGL when pre-processing the resources for main.ui. This could not be removed since the library we use to preprocess always tries to use XMLLINT even when it is not used. If the system does not have XMLLINT installed, it will always give a warning saying it is not installed. As a quick fix, we can make it so the CI has it installed, since this is technically the use case we want tested.
1 parent eb4968a commit a7a5fd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/install_dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ sudo apt install -y \
2929
libncurses5-dev \
3030
libx11-dev \
3131
libxft-dev \
32+
libxml2-utils \
3233
libxml++2.6-dev \
3334
libreadline-dev \
3435
tcllib \

0 commit comments

Comments
 (0)