Skip to content

Commit cfc2fdd

Browse files
authored
install dotnet
1 parent 6434c69 commit cfc2fdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
steps:
4141
- name: Checkout code
4242
uses: actions/checkout@v1
43+
- name: Setup dotnet
44+
uses: actions/setup-dotnet@v4
4345
- name: .NET Build
4446
run: dotnet build Build.csproj -c Release /p:CI=true
4547
- name: Dapper Tests

0 commit comments

Comments
 (0)