Skip to content

Commit 26dc05f

Browse files
committed
Merge branch 'feature/ghactions-fix-xmllint' of https://github.com/jrfnl/PHP_CodeSniffer
2 parents d73a063 + 8925809 commit 26dc05f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
uses: actions/checkout@v2
2626

2727
- name: Install xmllint
28-
run: sudo apt-get install --no-install-recommends -y libxml2-utils
28+
run: |
29+
sudo apt-get update
30+
sudo apt-get install --no-install-recommends -y libxml2-utils
2931
3032
- name: Retrieve XML Schema
3133
run: curl -O https://www.w3.org/2012/04/XMLSchema.xsd

0 commit comments

Comments
 (0)