fix testing name

This commit is contained in:
Bruno Alexandre Rosa 2026-03-14 11:44:16 -03:00
parent 6d07aa3544
commit e256e31e5d

View file

@ -334,7 +334,7 @@ jobs:
cmake_generator: "Visual Studio 17 2022" cmake_generator: "Visual Studio 17 2022"
ccache_variant: sccache ccache_variant: sccache
name: ${{matrix.os}} ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }}${{ 'Windows' && ' matrix.cmake_generator' || '' }} name: ${{matrix.os}} ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }}${{ matrix.os == 'Windows' && format(' {0}', matrix.cmake_generator) || '' }}
needs: configure needs: configure
runs-on: ${{matrix.runner}} runs-on: ${{matrix.runner}}
env: env: