Update build-windows-msvc.yml

This commit is contained in:
marauder2k7 2023-07-26 07:24:37 +01:00
parent 220bb76600
commit d5367f26c4

View file

@ -55,14 +55,14 @@ jobs:
-S ${{github.workspace}} \ -S ${{github.workspace}} \
-B ${{github.workspace}}/build \ -B ${{github.workspace}}/build \
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \ -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
-G "${{ matrix.config.generators }}" \ -G "${{ matrix.config.generator }}" \
-DTORQUE_APP_NAME=Torque3D -DTORQUE_TESTING=ON -DTORQUE_APP_NAME=Torque3D -DTORQUE_TESTING=ON
- name: Build - name: Build
shell: bash shell: bash
run: cmake --build . --config ${{ matrix.config.build_type }} run: cmake --build . --config ${{ matrix.config.build_type }}
- name: Install Strip - name: Install
shell: bash shell: bash
run: cmake --install run: cmake --install