Skip to content

Commit cd7e362

Browse files
SchlenkRSchlenkR
authored andcommitted
Add setup step for .NET 6 in build and test workflow
1 parent 6f296ca commit cd7e362

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
uses: actions/setup-dotnet@v4
2323
with:
2424
dotnet-version: 8.x
25+
26+
- name: Setup .NET 6
27+
uses: actions/setup-dotnet@v4
28+
with:
29+
dotnet-version: 6.x
2530

2631
- name: Build and run tests
2732
run: dotnet fsi build.fsx test

0 commit comments

Comments
 (0)