From dcc4144f098fadd1102a2d023ac1ea81672d92b5 Mon Sep 17 00:00:00 2001 From: goubermouche <71839692+Goubermouche@users.noreply.github.com> Date: Sun, 17 Dec 2023 18:47:31 +0100 Subject: [PATCH] Updated main.yml. --- .github/workflows/main.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c4ac7e5..957ded61 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,11 +15,6 @@ jobs: with: fetch-depth: 0 - - name: Install Specific MSBuild Version - run: | - # Add commands here to install the specific version of MSBuild - # or Visual Studio Build Tools that matches your local environment - - name: Install Premake run: | Invoke-WebRequest -Uri "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-windows.zip" -OutFile "premake.zip" @@ -34,7 +29,8 @@ jobs: msbuild -version - name: Run Premake for Visual Studio - run: C:\tools\premake5.exe vs2019 + run: C:\tools\premake5.exe vs2022 - name: Compile Project with MSBuild - run: msbuild sigma.sln /p:Configuration=Debug /p:Platform="x64" + run: msbuild sigma.sln /p:Configuration=Debug /p:Platform="x64" /p:stdcpp=latest +