Skip to content

Commit

Permalink
install dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell authored Jan 25, 2025
1 parent 6434c69 commit cfc2fdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Setup dotnet
uses: actions/setup-dotnet@v4
- name: .NET Build
run: dotnet build Build.csproj -c Release /p:CI=true
- name: Dapper Tests
Expand Down

0 comments on commit cfc2fdd

Please sign in to comment.