We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f1dd9 commit 8f556ffCopy full SHA for 8f556ff
.github/actions/build/action.yml
@@ -89,13 +89,6 @@ runs:
89
echo "ADDITIONAL_CMAKE_OPTIONS=-DCMAKE_CXX_COMPILER=cl.exe" >> $env:GITHUB_ENV
90
shell: ${{ inputs.shell_type }}
91
92
- # Macで使うコンパイラを明示
93
- - name: Setup Additional Cmake Options in non-Windows
94
- if: runner.os != 'Windows'
95
- run: |
96
- echo "ADDITIONAL_CMAKE_OPTIONS=-DCMAKE_POLICY_VERSION_MINIMUM=3.5" >> $GITHUB_ENV
97
- shell: ${{ inputs.shell_type }}
98
-
99
- name: Configure CMake for Unity
100
run: >
101
cmake
0 commit comments