mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Update build-windows-msvc.yml
This commit is contained in:
parent
1ccaf28b2a
commit
c017f7ea9b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-windows-msvc.yml
vendored
4
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -8,8 +8,8 @@ env:
|
||||||
build_type: "Release"
|
build_type: "Release"
|
||||||
cc: "cl"
|
cc: "cl"
|
||||||
cxx: "cl"
|
cxx: "cl"
|
||||||
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
|
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
|
||||||
generators: "Visual Studio 16 2019"
|
generators: "Visual Studio 17 2022"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-windows
|
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-windows
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue