From c33b220c5bdf992d18e899e77762b65f33893af8 Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Wed, 26 Jul 2023 06:51:20 +0100 Subject: [PATCH] Update build-windows-msvc.yml --- .github/workflows/build-windows-msvc.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-windows-msvc.yml b/.github/workflows/build-windows-msvc.yml index fe8ed1e3c..ae7aad6ce 100644 --- a/.github/workflows/build-windows-msvc.yml +++ b/.github/workflows/build-windows-msvc.yml @@ -10,7 +10,7 @@ concurrency: jobs: build-windows: if: github.repository == 'TorqueGameEngines/Torque3D' - name: Windows Latest MSVC + name: ${{matrix.config.name}} runs-on: windows-latest strategy: fail-fast: false @@ -18,7 +18,6 @@ jobs: config: - { name: "Windows Latest MSVC", - os: windows-latest, build_type: "Release", cc: "cl", cxx: "cl", @@ -27,7 +26,6 @@ jobs: } - { name: "Windows Latest MinGW", - os: windows-latest, build_type: "Release", cc: "gcc", cxx: "g++",