Merge pull request #103484 from akien-mga/ci-apt-update

CI: Run `apt install` before installing libxml2-utils, GHA cache got flaky
This commit is contained in:
Rémi Verschelde 2025-03-02 22:57:37 +01:00 committed by GitHub
commit c8d6fdd9a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@ jobs:
- name: Install APT dependencies
run: |
sudo apt update
sudo apt install -y libxml2-utils
- name: Install Python dependencies and general setup