Skip to content

Commit

Permalink
Update msbuild_vs2022_dev.yml
Browse files Browse the repository at this point in the history
Update to dotnet installed (needed for sharpmake)
  • Loading branch information
sammyfreg committed May 4, 2023
1 parent d6919ce commit 940866c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/msbuild_vs2022_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.1

- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.101' # Check for latest at link at .NET 5 download page

- name: Generate Solutions
working-directory: ${{env.GITHUB_WORKSPACE}}
run: ./GenerateProject.bat 1
Expand Down

0 comments on commit 940866c

Please sign in to comment.