ソースを参照

Update build-windows-msvc.yml

marauder2k7 2 年 前
コミット
7f8affad87
1 ファイル変更1 行追加1 行削除
  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}}
                 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