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"