浏览代码

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

CI: Run `apt install` before installing libxml2-utils, GHA cache got flaky
Rémi Verschelde 6 月之前
父节点
当前提交
c8d6fdd9a7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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