We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53504c3 commit c6c0eb7Copy full SHA for c6c0eb7
.github/actions/build/action.yml
@@ -90,11 +90,11 @@ runs:
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 }}
+ # - name: Setup Additional Cmake Options in Linux
+ # if: runner.os == 'Linux'
+ # run: |
+ # echo "ADDITIONAL_CMAKE_OPTIONS=-DCMAKE_CXX_COMPILER=\"/usr/bin/g++-9\"" >> $GITHUB_ENV
+ # shell: ${{ inputs.shell_type }}
98
99
- name: Configure CMake for Unity
100
run: >
0 commit comments