Skip to content

Commit

Permalink
fix(ci): this might work
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 15, 2023
1 parent 15c8d49 commit a19a002
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- uses: actions/checkout@v4
- name: Setup MSBuild
uses: microsoft/[email protected]
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: v5.0.0
- name: Setup NuGet
uses: NuGet/setup-nuget@v1
with:
Expand Down

0 comments on commit a19a002

Please sign in to comment.