Skip to content

Commit 7806902

Browse files
authored
Update HTMLTidy.yml
1 parent b46fa75 commit 7806902

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/HTMLTidy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
uses: actions/setup-python@v2
2020
with:
2121
python-version: '3.x'
22+
- name: Install xmllint
23+
run: |
24+
sudo apt-get update
25+
sudo apt-get install libxml2-utils
2226
- name: Install HTML Tidy
2327
run: |
2428
wget https://github.com/htacg/tidy-html5/releases/download/5.8.0/tidy-5.8.0-Linux-64bit.deb

0 commit comments

Comments
 (0)