Skip to content

Commit 15c1358

Browse files
committed
Fix building html tidy with current CMake
1 parent 371aa62 commit 15c1358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
run: |
157157
git clone --branch 5.8.0 --depth=1 https://github.com/htacg/tidy-html5.git
158158
pushd tidy-html5
159-
cmake .
159+
cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 .
160160
make
161161
sudo make install
162162
popd

0 commit comments

Comments
 (0)