Skip to content

Commit 2362e4c

Browse files
jrfnlgrogy
authored andcommitted
GH Actions/CS: fix build failure
Fix failing installation of the xmllint tooling.
1 parent 34f6de7 commit 2362e4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/qa.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
uses: ramsey/composer-install@v2
4646

4747
- name: Install xmllint
48-
run: sudo apt-get install --no-install-recommends -y libxml2-utils
48+
run: |
49+
sudo apt-get update
50+
sudo apt-get install --no-install-recommends -y libxml2-utils
4951
5052
# Show XML violations inline in the file diff.
5153
# @link https://github.com/marketplace/actions/xmllint-problem-matcher

0 commit comments

Comments
 (0)