0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

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:
Ryan Foster 2022-03-17 12:43:21 -04:00 committed by Jim
parent 188347d69e
commit 41b416fc99

View File

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