Skip to content

Commit 24d7451

Browse files
committed
Merge pull request godotengine#101363 from akien-mga/ci-apt-direct
CI: Install apt dependencies directly, works around issue with `awalsh128/cache-apt-pkgs-action`
2 parents a024393 + 829ad30 commit 24d7451

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/static_checks.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
fetch-depth: 2
1414

1515
- name: Install APT dependencies
16-
uses: awalsh128/cache-apt-pkgs-action@latest
17-
with:
18-
packages: libxml2-utils
16+
run: |
17+
sudo apt install -y libxml2-utils
1918
2019
- name: Install Python dependencies and general setup
2120
run: |

0 commit comments

Comments
 (0)