Skip to content

Commit

Permalink
Merge pull request #2034 from WordPress/feature/ghactions-fix-xmllint
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones authored Mar 19, 2022
2 parents a93d297 + abc2d85 commit 16ed111
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruleset-checks-sniffs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
uses: ramsey/composer-install@v2

- name: Install xmllint
run: sudo apt-get install libxml2-utils
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -y libxml2-utils
# Show XML violations inline in the file diff.
# @link https://github.com/marketplace/actions/xmllint-problem-matcher
Expand Down

0 comments on commit 16ed111

Please sign in to comment.