Skip to content

Commit 398e3a7

Browse files
Fix build
1 parent 99caa36 commit 398e3a7

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ jobs:
5252
git fetch --prune --unshallow
5353
git submodule -q update --init --recursive
5454
55-
- name: Setup DotNet SDK
56-
uses: actions/setup-dotnet@v1
57-
with:
58-
dotnet-version: "3.1.x"
59-
6055
- name: Build
6156
shell: pwsh
6257
run: ./ci-build.ps1 "${{matrix.options.framework}}"
@@ -95,11 +90,6 @@ jobs:
9590
git fetch --prune --unshallow
9691
git submodule -q update --init --recursive
9792
98-
- name: Setup DotNet SDK
99-
uses: actions/setup-dotnet@v1
100-
with:
101-
dotnet-version: "3.1.x"
102-
10393
- name: Pack
10494
shell: pwsh
10595
run: ./ci-pack.ps1

0 commit comments

Comments
 (0)