Skip to content

Commit 1a1dc9e

Browse files
committed
add setup-dotnet
1 parent 3ae63ec commit 1a1dc9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/branches.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
uses: actions/checkout@v3
2222
with:
2323
fetch-depth: 0
24+
- name: Setup .NET Core SDK
25+
uses: actions/setup-dotnet@v2
26+
with:
27+
dotnet-version: "6.0.x"
2428
- name: Restore dotnet tools
2529
run: dotnet tool restore
2630
- name: Fetch complete repository including tags

0 commit comments

Comments
 (0)