Просмотр исходного кода

CI: Fix Qt XML Validator workflow

libxml2-utils updated recently but the manifest is out-of-date. Try to
fix it with the suggestion of running apt-get update first.
Ryan Foster 3 лет назад
Родитель
Сommit
41b416fc99
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .github/workflows/qt-xml.yml

+ 1 - 0
.github/workflows/qt-xml.yml

@@ -19,6 +19,7 @@ jobs:
 
       - name: Install xmllint
         run: |
+          sudo apt-get -qq update
           sudo apt-get install --no-install-recommends -y libxml2-utils
 
       - name: Register Annotations