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
eba76d37ff
commit
7f8affad87
2
.github/workflows/build-windows-msvc.yml
vendored
2
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
c-compiler: ${{matrix.config.cc}}
|
c-compiler: ${{matrix.config.cc}}
|
||||||
cxx-compiler: ${{matrix.config.cxx}}
|
cxx-compiler: ${{matrix.config.cxx}}
|
||||||
generator: ${{matrix.config.generator}}
|
generator: ${{matrix.config.generator}}
|
||||||
options: -DCMAKE_BUILD_TYPE=${{matrix.config.build_type}} -DTORQUE_APP_NAME=Torque3D -DTORQUE_TESTING=ON
|
options: CMAKE_BUILD_TYPE=${{matrix.config.build_type}} TORQUE_APP_NAME=Torque3D TORQUE_TESTING=ON
|
||||||
run-build: true
|
run-build: true
|
||||||
|
|
||||||
- name: Install
|
- name: Install
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue