mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
CI: Install apt dependencies directly, works around issue with awalsh128/cache-apt-pkgs-action
This commit is contained in:
parent
0257995616
commit
829ad307f8
1 changed files with 2 additions and 3 deletions
5
.github/workflows/static_checks.yml
vendored
5
.github/workflows/static_checks.yml
vendored
|
|
@ -13,9 +13,8 @@ jobs:
|
|||
fetch-depth: 2
|
||||
|
||||
- name: Install APT dependencies
|
||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: libxml2-utils
|
||||
run: |
|
||||
sudo apt install -y libxml2-utils
|
||||
|
||||
- name: Install Python dependencies and general setup
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue