We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a5c14 commit 77777f3Copy full SHA for 77777f3
.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
- # 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
-
99
- name: Configure CMake for Unity
100
run: >
101
cmake
0 commit comments