Skip to content

Commit f9e86aa

Browse files
committed
CI: fix xmllint installation
by doing an apt-get update
1 parent 69979c5 commit f9e86aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323

2424
- name: Lint XML
2525
run: |
26+
sudo apt-get update
2627
sudo apt-get install libxml2-utils
2728
# shellcheck disable=2046
2829
find . \( -name "*.xlf" -o -name '*.4DCatalog' -o -name "*.4DSettings" \) -type f -exec xmllint --noout '{}' +

0 commit comments

Comments
 (0)