Skip to content

Commit 8b27e69

Browse files
committed
Fix building html tidy with current CMake
1 parent be949b2 commit 8b27e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkCI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
run: |
156156
git clone --branch 5.8.0 --depth=1 https://github.com/htacg/tidy-html5.git
157157
pushd tidy-html5
158-
cmake .
158+
cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 .
159159
make
160160
sudo make install
161161
popd

0 commit comments

Comments
 (0)