Skip to content

Commit 8f556ff

Browse files
committed
ビルド通らないのでRevert
1 parent c7f1dd9 commit 8f556ff

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/actions/build/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,6 @@ runs:
8989
echo "ADDITIONAL_CMAKE_OPTIONS=-DCMAKE_CXX_COMPILER=cl.exe" >> $env:GITHUB_ENV
9090
shell: ${{ inputs.shell_type }}
9191

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-
9992
- name: Configure CMake for Unity
10093
run: >
10194
cmake

0 commit comments

Comments
 (0)