1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #105939 from akien-mga/ci-static-checks-update

CI: Run `apt update` before installing libxml2-utils
This commit is contained in:
Rémi Verschelde
2025-04-30 11:50:11 +02:00
committed by GitHub

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