We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 835af09 + cd0f2de commit db23db0Copy full SHA for db23db0
.github/workflows/main.yml
@@ -54,6 +54,6 @@ jobs:
54
with:
55
submodules: recursive
56
- name: Install tools
57
- run: sudo apt-get install -y libxml2-utils
+ run: sudo apt-get update && sudo apt-get install -y libxml2-utils
58
- name: Validate xml config
59
run: xmllint --schema ./xml/logback.xsd.xml ./src/test/resources/assets/logger-config.xml
0 commit comments