mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
CI: Run apt update
before installing libxml2-utils
This commit is contained in:
parent
60aae6d856
commit
5b2d21aa68
1 changed files with 1 additions and 0 deletions
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue