mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
CI: Run apt install
before installing libxml2-utils, GHA cache got flaky
This commit is contained in:
parent
dc128dddb6
commit
826a0354fb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/static_checks.yml
vendored
1
.github/workflows/static_checks.yml
vendored
|
@ -15,6 +15,7 @@ jobs:
|
|||
|
||||
- name: Install APT dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y libxml2-utils
|
||||
|
||||
- name: Install Python dependencies and general setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue