Skip to content

Commit

Permalink
Updated main.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Goubermouche authored Dec 17, 2023
1 parent 7ff9582 commit dcc4144
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

0 comments on commit dcc4144

Please sign in to comment.