1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #101363 from akien-mga/ci-apt-direct

CI: Install apt dependencies directly, works around issue with `awalsh128/cache-apt-pkgs-action`
This commit is contained in:
Rémi Verschelde
2025-01-09 20:51:47 +01:00

View File

@@ -13,9 +13,8 @@ jobs:
fetch-depth: 2 fetch-depth: 2
- name: Install APT dependencies - name: Install APT dependencies
uses: awalsh128/cache-apt-pkgs-action@latest run: |
with: sudo apt install -y libxml2-utils
packages: libxml2-utils
- name: Install Python dependencies and general setup - name: Install Python dependencies and general setup
run: | run: |