File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9090 runs-on : ${{ inputs.runner }}
9191 container :
9292 image : ${{ inputs.container }}
93- options : ${{ inputs.container_options }}
93+ # options: ${{ inputs.container_options }}
9494 env :
9595 CXX : ${{inputs.cxx_compiler}}
9696 CC : ${{inputs.cc_compiler}}
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215215 nametag : ${{ matrix.nametag || 'unnamed!' }}
216216 runner : ${{ matrix.runner || 'ubuntu-latest' }}
217217 container : ${{ matrix.container }}
218- container_options : ${{ matrix.container_options || -e A=x }}
218+ container_options : ${{ matrix.container_options || ' -e A=x' }}
219219 cc_compiler : ${{ matrix.cc_compiler || 'gcc' }}
220220 cxx_compiler : ${{ matrix.cxx_compiler || 'g++' }}
221221 cxx_std : ${{ matrix.cxx_std || '17' }}
Original file line number Diff line number Diff line change 7777 sonar : ${{ matrix.sonar || 0 }}
7878 llvm_action_ver : ${{ matrix.llvm_action_ver }}
7979 clang_format : ${{ matrix.clang_format }}
80+ runs-on : ${{ matrix.runner }}
81+ container :
82+ image : ${{ matrix.container }}
83+ options : ${{ matrix.container_options }}
8084 strategy :
8185 fail-fast : false
8286 matrix :
You can’t perform that action at this time.
0 commit comments