Skip to content

Commit

Permalink
Update build-windows-msvc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marauder2k7 committed Jul 25, 2023
1 parent c489eb8 commit 1ccaf28
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,12 @@ jobs:

- name: Install Windows MSVC Dependencies
run: |
choco install cmake
cmake --version
cmd "${{ env.environment_script }}"
- name: Configure
shell: bash
run: cmake \
-B ${{ github.workspace }}/build \
-G "${{ env.generators }}" \
-DCMAKE_BUILD_TYPE=${{ env.build_type }} \
-DTORQUE_APP_NAME=Torque3D \
-DTORQUE_TESTING=ON
run: cmake -B ${{ github.workspace }}/build -G "${{ env.generators }}" -DCMAKE_BUILD_TYPE=${{ env.build_type }} -DTORQUE_APP_NAME=Torque3D \ -DTORQUE_TESTING=ON

- name: Build
shell: bash
Expand Down

0 comments on commit 1ccaf28

Please sign in to comment.