Skip to content

Commit 5b2d21a

Browse files
committed
CI: Run apt update before installing libxml2-utils
1 parent 60aae6d commit 5b2d21a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/static_checks.yml

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

3838
- name: Class reference schema checks
3939
run: |
40+
sudo apt update
4041
sudo apt install -y libxml2-utils
4142
xmllint --quiet --noout --schema doc/class.xsd doc/classes/*.xml modules/*/doc_classes/*.xml platform/*/doc_classes/*.xml
4243

0 commit comments

Comments
 (0)