From 0f04c328bcb7de71ec2bddbf8327071d47c6d8fc Mon Sep 17 00:00:00 2001 From: goubermouche <71839692+Goubermouche@users.noreply.github.com> Date: Sun, 17 Dec 2023 21:25:48 +0100 Subject: [PATCH] Updated windows.yml. --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 99fe009a..c72905bc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,4 +1,4 @@ -name: Windows Build +name: Windows on: push: @@ -22,4 +22,4 @@ jobs: run: .\setup.bat - name: Compile Project with MSBuild - run: msbuild sigma.sln /p:Configuration=Debug /p:Platform="x64" /p:stdcpp=latest + run: msbuild sigma.sln /p:Configuration=Debug /p:Platform="x64"