File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 config :
20- - name : Default
21- variant : " debug,release"
20+ - variant : " debug,release"
2221 - name : No capture
2322 variant : " leaf_debug_capture0,leaf_release_capture0"
2423 - name : No diagnostics
@@ -196,7 +195,7 @@ jobs:
196195 cxxstd : " 11,14,17,20,2b"
197196 os : macos-26
198197
199- name : ${{matrix.platform.os}}/${{matrix.platform.compiler || matrix.platform.toolset}}/ ${{matrix.config.name}}
198+ name : ${{matrix.platform.os}}/${{matrix.platform.compiler || matrix.platform.toolset}}${{matrix.config.name && format('/{0}', matrix.config.name) || '' }}
200199
201200 runs-on : ${{matrix.platform.os}}
202201
@@ -274,8 +273,7 @@ jobs:
274273 fail-fast : false
275274 matrix :
276275 config :
277- - name : Default
278- variant : " debug,release"
276+ - variant : " debug,release"
279277 - name : No capture
280278 variant : " leaf_debug_capture0,leaf_release_capture0"
281279 - name : No diagnostics
@@ -298,7 +296,7 @@ jobs:
298296 addrmd : 64
299297 os : windows-2022
300298
301- name : ${{matrix.platform.os}}/${{matrix.platform.compiler || matrix.platform.toolset}}/ ${{matrix.config.name}}
299+ name : ${{matrix.platform.os}}/${{matrix.platform.compiler || matrix.platform.toolset}}${{matrix.config.name && format('/{0}', matrix.config.name) || '' }}
302300
303301 runs-on : ${{matrix.platform.os}}
304302
You can’t perform that action at this time.
0 commit comments