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.
This commit is contained in:
parent
188347d69e
commit
41b416fc99
1
.github/workflows/qt-xml.yml
vendored
1
.github/workflows/qt-xml.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user