Skip to content

Commit 86a92c2

Browse files
committed
Install dotnet
1 parent ffc1e29 commit 86a92c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/verify.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ jobs:
3333
- name: Install dependencies (C#)
3434
run: dotnet tool install -g dotnet-script
3535

36+
# required only if you want to verify C# with SourceExpander
37+
- uses: actions/setup-dotnet@v1
38+
with:
39+
dotnet-version: |
40+
3.1.x
41+
6.0.x
42+
- name: Install dependencies (C#)
43+
run: dotnet tool install -g SourceExpander.Console
44+
3645
# required only if you want to verify Go code
3746
- name: Install dependencies (Go)
3847
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)