Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
adding setup-dotnet action to see if that fixes this problem:
actions/runner-images#9701
  • Loading branch information
bobeaton committed Jul 1, 2024
1 parent d5fa1d5 commit c9f0222
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
fetch-depth: 0 # fetch full history for GitVersion

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

- name: setup-msbuild
uses: microsoft/setup-msbuild@v2

Expand Down

0 comments on commit c9f0222

Please sign in to comment.