Skip to content

Commit

Permalink
Fix Build Workflow (#2613)
Browse files Browse the repository at this point in the history
(cherry picked from commit fdc0313)
  • Loading branch information
vgrassia committed Jul 13, 2023
1 parent c5741f5 commit 9809b27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -71,6 +71,11 @@ jobs:
with:
nuget-version: 5.9.0

- name: Set up .NET
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
with:
dotnet-version: '3.1.x'

- name: Set up MSBuild
uses: microsoft/setup-msbuild@1ff57057b5cfdc39105cd07a01d78e9b0ea0c14c # v1.3.1

Expand Down

0 comments on commit 9809b27

Please sign in to comment.