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.
2 parents d35e5f6 + 55d0761 commit 263987eCopy full SHA for 263987e
.github/workflows/ci.yml
@@ -35,7 +35,9 @@ jobs:
35
run: composer install --prefer-dist --no-interaction --no-progress
36
37
- name: Setup xmllint
38
- run: sudo apt-get install --no-install-recommends -y libxml2-utils
+ run: |
39
+ sudo apt-get update
40
+ sudo apt-get install --no-install-recommends -y libxml2-utils
41
42
# Show violations inline in the file diff.
43
# @link https://github.com/marketplace/actions/xmllint-problem-matcher
0 commit comments