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 +