From fd1efc2540fbfcef0d17dcdded5cbcc0c54303fb Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Tue, 25 Jul 2023 19:03:31 +0100 Subject: [PATCH] Update build-windows-msvc.yml --- .github/workflows/build-windows-msvc.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-windows-msvc.yml b/.github/workflows/build-windows-msvc.yml index fceef28e8..78b3e2fd1 100644 --- a/.github/workflows/build-windows-msvc.yml +++ b/.github/workflows/build-windows-msvc.yml @@ -15,19 +15,19 @@ on: strategy: fail-falst: false matrix: - name: "TorqueWindows" - tests: true - build_type: "Release" - cc: "cl" - cxx: "cl" - bin: "./Torque3D.exe" - environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat", - generators: "Visual Studio 17 2022" + - name: "TorqueWindows" + tests: true + build_type: "Release" + cc: "cl" + cxx: "cl" + bin: "./Torque3D.exe" + environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat", + generators: "Visual Studio 17 2022" steps: - uses: actions/checkout@v3 - name: Print env - run: | + run: | echo github.event.action: ${{ github.event.action }} echo github.event_name: ${{ github.event_name }}