1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00

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

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