mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update build-windows-msvc.yml
This commit is contained in:
parent
2d34b30f88
commit
c33b220c5b
4
.github/workflows/build-windows-msvc.yml
vendored
4
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -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++",
|
||||
|
|
|
|||
Loading…
Reference in a new issue