mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
CI: Run apt update before installing libxml2-utils
This commit is contained in:
1
.github/workflows/static_checks.yml
vendored
1
.github/workflows/static_checks.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user