Skip to content

Commit 77c5e5b

Browse files
ci: install required libxml2-utils
1 parent 9a7981e commit 77c5e5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
submodules: recursive
31+
- name: Install tools
32+
run: apt-get install -y libxml2-utils
3133
- name: Validate xml config
3234
run: xmllint --schema ./xml/logback.xsd.xml ./src/test/resources/assets/logger-config.xml

0 commit comments

Comments
 (0)