CI: Run apt update before installing libxml2-utils

This commit is contained in:
Rémi Verschelde 2025-04-30 11:28:15 +02:00
parent 60aae6d856
commit 5b2d21aa68
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -37,6 +37,7 @@ jobs:
- name: Class reference schema checks
run: |
sudo apt update
sudo apt install -y libxml2-utils
xmllint --quiet --noout --schema doc/class.xsd doc/classes/*.xml modules/*/doc_classes/*.xml platform/*/doc_classes/*.xml