mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
CI: Update dependency setup on Linux actions
This commit is contained in:
parent
8aa37cab89
commit
d8d39120dd
2 changed files with 8 additions and 11 deletions
4
.github/workflows/static_checks.yml
vendored
4
.github/workflows/static_checks.yml
vendored
|
|
@ -37,8 +37,8 @@ jobs:
|
|||
|
||||
- name: Class reference schema checks
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y libxml2-utils
|
||||
sudo apt-get update
|
||||
sudo apt-get install libxml2-utils
|
||||
xmllint --quiet --noout --schema doc/class.xsd doc/classes/*.xml modules/*/doc_classes/*.xml platform/*/doc_classes/*.xml
|
||||
|
||||
- name: Run C compiler on `gdextension_interface.h`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue