CI: Run apt install before installing libxml2-utils, GHA cache got flaky
This commit is contained in:
1
.github/workflows/static_checks.yml
vendored
1
.github/workflows/static_checks.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install APT dependencies
|
- name: Install APT dependencies
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update
|
||||||
sudo apt install -y libxml2-utils
|
sudo apt install -y libxml2-utils
|
||||||
|
|
||||||
- name: Install Python dependencies and general setup
|
- name: Install Python dependencies and general setup
|
||||||
|
|||||||
Reference in New Issue
Block a user