Skip to content

Commit 31387da

Browse files
committed
format.yml: removed -DCMAKE_POLICY_VERSION_MINIMUM workaround
1 parent 8f6aff7 commit 31387da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
wget https://github.com/uncrustify/uncrustify/archive/refs/tags/uncrustify-${{ env.UNCRUSTIFY_VERSION }}.tar.gz
4545
tar xzvf uncrustify-${{ env.UNCRUSTIFY_VERSION }}.tar.gz
4646
cd uncrustify-uncrustify-${{ env.UNCRUSTIFY_VERSION }}
47-
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_POLICY_VERSION_MINIMUM=3.5
47+
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
4848
cmake --build build -- -j$(nproc) -s
4949
mkdir ~/uncrustify
5050
cp build/uncrustify ~/uncrustify/

0 commit comments

Comments
 (0)