We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1900302 commit 8925809Copy full SHA for 8925809
.github/workflows/validate.yml
@@ -25,7 +25,9 @@ jobs:
25
uses: actions/checkout@v2
26
27
- name: Install xmllint
28
- run: sudo apt-get install --no-install-recommends -y libxml2-utils
+ run: |
29
+ sudo apt-get update
30
+ sudo apt-get install --no-install-recommends -y libxml2-utils
31
32
- name: Retrieve XML Schema
33
run: curl -O https://www.w3.org/2012/04/XMLSchema.xsd
0 commit comments