Parcourir la source

CI: Run `apt install` before installing libxml2-utils, GHA cache got flaky

Rémi Verschelde il y a 6 mois
Parent
commit
826a0354fb
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/static_checks.yml

+ 1 - 0
.github/workflows/static_checks.yml

@@ -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