Skip to content

Commit c6c0eb7

Browse files
committed
同上
1 parent 53504c3 commit c6c0eb7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/actions/build/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ runs:
9090
shell: ${{ inputs.shell_type }}
9191

9292
# 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 }}
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 }}
9898

9999
- name: Configure CMake for Unity
100100
run: >

0 commit comments

Comments
 (0)