ci: run apt-get update before install
Signed-off-by: matt rice <ratmice@gmail.com>
This commit is contained in:
parent
7eb7cb1f6a
commit
64970f67de
1 changed files with 2 additions and 0 deletions
2
.github/workflows/xml_lint.yml
vendored
2
.github/workflows/xml_lint.yml
vendored
|
|
@ -27,6 +27,8 @@ jobs:
|
|||
name: XML Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: apt-get update
|
||||
run: sudo apt-get update
|
||||
- name: install xmllint
|
||||
run: sudo apt-get install libxml2-utils
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue