Jelajahi Sumber

Update build-windows-msvc.yml

marauder2k7 2 tahun lalu
induk
melakukan
7f8affad87
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .github/workflows/build-windows-msvc.yml

+ 1 - 1
.github/workflows/build-windows-msvc.yml

@@ -55,7 +55,7 @@ jobs:
                 c-compiler: ${{matrix.config.cc}}
                 cxx-compiler: ${{matrix.config.cxx}}
                 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
 
             - name: Install