From f8a14c48e28632becbe005b6db2f0936fc85bf63 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Sat, 14 Mar 2026 12:21:15 -0300 Subject: [PATCH] Revert "fix testing name" This reverts commit e256e31e5dc685d32333e5a050d00e64daabd7c8. --- .github/workflows/desktop-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index bb0cbc385..366344b7f 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -334,7 +334,7 @@ jobs: cmake_generator: "Visual Studio 17 2022" ccache_variant: sccache - name: ${{matrix.os}} ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }}${{ matrix.os == 'Windows' && format(' {0}', matrix.cmake_generator) || '' }} + name: ${{matrix.os}} ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }}${{ 'Windows' && ' matrix.cmake_generator' || '' }} needs: configure runs-on: ${{matrix.runner}} env: