Skip to content

Commit

Permalink
Merge pull request #301 from adriengivry/update-checkout-and-setup-ms…
Browse files Browse the repository at this point in the history
…build-versions

Update msbuild.yml
  • Loading branch information
litelawliet committed Mar 20, 2024
2 parents ced485c + b6859e0 commit 11676e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
runs-on: windows-latest

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

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

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

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

0 comments on commit 11676e6

Please sign in to comment.