Skip to content

Commit 902fbaa

Browse files
committed
Remove setup netcore action
1 parent 8527b2c commit 902fbaa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ jobs:
5656
git fetch --prune --unshallow
5757
git submodule -q update --init --recursive
5858
59-
- name: Setup DotNet SDK
60-
if: (runner.os == 'macOS' || runner.os == 'Linux')
61-
uses: actions/setup-dotnet@v1
62-
with:
63-
dotnet-version: "3.1.x"
64-
6559
- name: Setup nuget cache
6660
uses: actions/cache@v2
6761
id: nuget-cache

0 commit comments

Comments
 (0)