Skip to content

Commit db23db0

Browse files
Merge pull request #10 from Esri/jonas/ci-apt-update
ci: need to run apt-get update
2 parents 835af09 + cd0f2de commit db23db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
with:
5555
submodules: recursive
5656
- name: Install tools
57-
run: sudo apt-get install -y libxml2-utils
57+
run: sudo apt-get update && sudo apt-get install -y libxml2-utils
5858
- name: Validate xml config
5959
run: xmllint --schema ./xml/logback.xsd.xml ./src/test/resources/assets/logger-config.xml

0 commit comments

Comments
 (0)