Skip to content

Commit 77777f3

Browse files
committed
微修正
1 parent 61a5c14 commit 77777f3

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-
# Linuxで使うコンパイラを明示(g++-9)
93-
# - name: Setup Additional Cmake Options in Linux
94-
# if: runner.os == 'Linux'
95-
# run: |
96-
# echo "ADDITIONAL_CMAKE_OPTIONS=-DCMAKE_CXX_COMPILER=\"/usr/bin/g++-9\"" >> $GITHUB_ENV
97-
# shell: ${{ inputs.shell_type }}
98-
9992
- name: Configure CMake for Unity
10093
run: >
10194
cmake

0 commit comments

Comments
 (0)