Skip to content

Commit 0b94c77

Browse files
committed
(build) add sdk to 6.0 for docs workflow
1 parent a30831d commit 0b94c77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ jobs:
128128
with:
129129
path: tools
130130
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
131+
-
132+
name: Install .NET SDK 2.1.x
133+
uses: actions/setup-dotnet@v1
134+
with:
135+
dotnet-version: '2.1.x'
131136
-
132137
name: Install .NET SDK 6.0.x
133138
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)