Skip to content

Commit df5ec38

Browse files
committed
Upgrade to tidy 5.8.0
1 parent f78b10e commit df5ec38

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,9 @@ jobs:
2020
2121
- name: Install tidy
2222
run: |
23-
# When Ubuntu gets the latest version, use the following instead:
24-
# sudo apt-get install tidy -y
25-
git clone git://github.com/htacg/tidy-html5
26-
cd tidy-html5
27-
git checkout 5.7.28
28-
cd build/cmake
29-
cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCPACK_GENERATOR=DEB
30-
make package -j$(nproc)
31-
sudo dpkg -i tidy-5.7.28-64bit.deb
32-
cd ../../..
33-
rm -r tidy-html5
23+
wget https://github.com/htacg/tidy-html5/releases/download/5.8.0/tidy-5.8.0-Linux-64bit.deb
24+
sudo dpkg -i tidy-5.8.0-Linux-64bit.deb
25+
rm tidy-5.8.0-Linux-64bit.deb
3426
3527
- name: Check links
3628
run: python3 check_links.py

0 commit comments

Comments
 (0)