fix xmllint installation

This commit is contained in:
korelstar 2020-02-23 22:01:59 +01:00
parent afb42da260
commit 5f6b8c6151
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Setup xmllint
run: sudo apt-get install --no-install-recommends -y libxml2-utils
run: |
sudo apt update
sudo apt install --no-install-recommends -y libxml2-utils
- name: Setup xmllint problem matcher
uses: korelstar/xmllint-problem-matcher@master
- name: lint XML