Skip to content

Commit c8d6fdd

Browse files
authored
Merge pull request godotengine#103484 from akien-mga/ci-apt-update
CI: Run `apt install` before installing libxml2-utils, GHA cache got flaky
2 parents dc128dd + 826a035 commit c8d6fdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/static_checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515

1616
- name: Install APT dependencies
1717
run: |
18+
sudo apt update
1819
sudo apt install -y libxml2-utils
1920
2021
- name: Install Python dependencies and general setup

0 commit comments

Comments
 (0)