We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac2cf9 commit 96f76caCopy full SHA for 96f76ca
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
cmake:p
80
ninja:p
81
- name: 'Configure'
82
- run: 'cmake -B build -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DZK_BUILD_EXAMPLES=OFF -DZK_BUILD_TESTS=OFF'
+ run: 'cmake -B build -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DZK_BUILD_EXAMPLES=OFF -DZK_BUILD_TESTS=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.5'
83
- name: 'Build'
84
run: 'cmake --build build --config Release -j 2'
85
- name: 'Rename Artifact'
0 commit comments