Skip to content

Commit 34e8fc2

Browse files
authored
add setup dotnet to build-win.yml (#155)
1 parent 729526a commit 34e8fc2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-win.yml

+7
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,12 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919

20+
- name: Setup .NET
21+
uses: actions/setup-dotnet@v4
22+
with:
23+
dotnet-version: |
24+
6.0.x
25+
8.0.x
26+
2027
- name: Run tests
2128
run: dotnet test -c Release -p:CollectCoverage=false

0 commit comments

Comments
 (0)