Skip to content

Commit

Permalink
Merge pull request adriengivry#229 from adriengivry/feature/msbuild_u…
Browse files Browse the repository at this point in the history
…pdate_to_vs2022

Updating MSBuild version to VS2022
  • Loading branch information
litelawliet authored Nov 24, 2022
2 parents fe00d7a + 99f1d85 commit 281675f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,14 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Generate premake5 solution
working-directory: ${{env.SOLUTION_FILE_PATH}}
run: ..\..\Dependencies\premake5\bin\premake5.exe vs2019
run: ..\..\Dependencies\premake5\bin\premake5.exe vs2022

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1

- name: Restore NuGet packages
working-directory: ${{env.GITHUB_WORKSPACE}}
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
uses: microsoft/[email protected]

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 281675f

Please sign in to comment.