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 3722b8f commit a7e8fc0Copy full SHA for a7e8fc0
.github/workflows/cs.yml
@@ -46,7 +46,9 @@ jobs:
46
uses: "ramsey/composer-install@v2"
47
48
- name: Install xmllint
49
- run: sudo apt-get install --no-install-recommends -y libxml2-utils
+ run: |
50
+ sudo apt-get update
51
+ sudo apt-get install --no-install-recommends -y libxml2-utils
52
53
# Show XML violations inline in the file diff.
54
# @link https://github.com/marketplace/actions/xmllint-problem-matcher
0 commit comments