Skip to content

Commit 2ac9807

Browse files
committed
Install dotnet
1 parent dff30cb commit 2ac9807

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
@@ -36,6 +36,15 @@ jobs:
3636
- name: Install dependencies (C#)
3737
run: dotnet tool install -g dotnet-script
3838

39+
# required only if you want to verify C# with SourceExpander
40+
- uses: actions/setup-dotnet@v1
41+
with:
42+
dotnet-version: |
43+
3.1.x
44+
6.0.x
45+
- name: Install dependencies (C#)
46+
run: dotnet tool install -g SourceExpander.Console
47+
3948
# required only if you want to verify Go code
4049
- name: Install dependencies (Go)
4150
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)