We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1851c16 commit a5c6587Copy full SHA for a5c6587
1 file changed
.github/actions/build/action.yml
@@ -100,6 +100,7 @@ runs:
100
-D BUILD_LIB_TYPE=dynamic
101
-D RUNTIME_LIB_TYPE=MT
102
-D CMAKE_OSX_ARCHITECTURES:STRING="${{ inputs.arch }}"
103
+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
104
${{ env.ADDITIONAL_CMAKE_OPTIONS }}
105
shell: ${{ inputs.shell_type }}
106
# 10万行超えの警告が出るので一時的な処置として警告を抑制しています。
0 commit comments