Update build-windows-msvc.yml

This commit is contained in:
marauder2k7 2023-07-26 06:51:20 +01:00
parent 2d34b30f88
commit c33b220c5b

View file

@ -10,7 +10,7 @@ concurrency:
jobs: jobs:
build-windows: build-windows:
if: github.repository == 'TorqueGameEngines/Torque3D' if: github.repository == 'TorqueGameEngines/Torque3D'
name: Windows Latest MSVC name: ${{matrix.config.name}}
runs-on: windows-latest runs-on: windows-latest
strategy: strategy:
fail-fast: false fail-fast: false
@ -18,7 +18,6 @@ jobs:
config: config:
- { - {
name: "Windows Latest MSVC", name: "Windows Latest MSVC",
os: windows-latest,
build_type: "Release", build_type: "Release",
cc: "cl", cc: "cl",
cxx: "cl", cxx: "cl",
@ -27,7 +26,6 @@ jobs:
} }
- { - {
name: "Windows Latest MinGW", name: "Windows Latest MinGW",
os: windows-latest,
build_type: "Release", build_type: "Release",
cc: "gcc", cc: "gcc",
cxx: "g++", cxx: "g++",