Skip to content

Commit 826a035

Browse files
committed
CI: Run apt install before installing libxml2-utils, GHA cache got flaky
1 parent dc128dd commit 826a035

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)