You've already forked godot
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:
1
.github/workflows/static_checks.yml
vendored
1
.github/workflows/static_checks.yml
vendored
@@ -37,6 +37,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Class reference schema checks
|
- name: Class reference schema checks
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update
|
||||||
sudo apt install -y libxml2-utils
|
sudo apt install -y libxml2-utils
|
||||||
xmllint --quiet --noout --schema doc/class.xsd doc/classes/*.xml modules/*/doc_classes/*.xml platform/*/doc_classes/*.xml
|
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