diff --git a/.github/workflows/ruleset-checks-sniffs.yml b/.github/workflows/ruleset-checks-sniffs.yml index 71495e9731..9d6aef3e99 100644 --- a/.github/workflows/ruleset-checks-sniffs.yml +++ b/.github/workflows/ruleset-checks-sniffs.yml @@ -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