Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Jul 5, 2024
1 parent 83c89ec commit 70f4eb3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
runs-on: windows-latest
needs: Setup
steps:
- uses: actions/checkout@v4
- name: Setup MSBuild Path
uses: warrenbuckley/Setup-MSBuild@v1
# - name: Setup NuGet
# uses: NuGet/[email protected]
# - name: Restore NuGet Packages
Expand All @@ -57,7 +54,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 4.x
dotnet-version: 8.x
- run: dotnet build

- run: dotnet test
Expand Down

0 comments on commit 70f4eb3

Please sign in to comment.