Skip to content

Commit cd24397

Browse files
committed
(build) Add installation of .NET 2.1.x
This is required for executions to Wyam.Tool. Really need to look at switching this over to Statiq at some point.
1 parent 76f9f02 commit cd24397

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ jobs:
4343
- name: Fetch all tags and branches
4444
run: git fetch --prune --unshallow
4545

46-
- name: Install .NET SDK 5.0.x
46+
- name: Install .NET SDK 2.1.x and 5.0.x
4747
uses: actions/setup-dotnet@v3
4848
with:
49-
dotnet-version: '5.0.x'
49+
dotnet-version: |
50+
2.1.x
51+
5.0.x
5052
5153
- name: Cache Tools
5254
uses: actions/cache@v2

0 commit comments

Comments
 (0)