Skip to content

Commit a379f45

Browse files
Try skipping that step.
1 parent f591237 commit a379f45

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

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

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,6 @@ jobs:
4545
git fetch --prune --unshallow
4646
git submodule -q update --init --recursive
4747
48-
- name: Setup DotNet SDK 3.1
49-
uses: actions/setup-dotnet@v1
50-
with:
51-
dotnet-version: "3.1.x"
52-
53-
- name: Setup DotNet SDK 2.1
54-
uses: actions/setup-dotnet@v1
55-
with:
56-
dotnet-version: "2.1.x"
57-
5848
- name: Install Azurite Linux
5949
if: matrix.options.os == 'ubuntu-latest'
6050
shell: bash
@@ -110,16 +100,6 @@ jobs:
110100
git fetch --prune --unshallow
111101
git submodule -q update --init --recursive
112102
113-
- name: Setup DotNet SDK 3.1
114-
uses: actions/setup-dotnet@v1
115-
with:
116-
dotnet-version: "3.1.x"
117-
118-
- name: Setup DotNet SDK 2.1
119-
uses: actions/setup-dotnet@v1
120-
with:
121-
dotnet-version: "2.1.x"
122-
123103
- name: Pack
124104
shell: pwsh
125105
run: ./ci-pack.ps1

0 commit comments

Comments
 (0)