Skip to content

Commit c870521

Browse files
Merge pull request #108 from SixLabors/js/github-fix
Update build-and-test.yml
2 parents fca68d1 + a379f45 commit c870521

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ jobs:
4545
git fetch --prune --unshallow
4646
git submodule -q update --init --recursive
4747
48-
- name: Setup DotNet SDK
49-
uses: actions/setup-dotnet@v1
50-
with:
51-
dotnet-version: "3.1.x"
52-
5348
- name: Install Azurite Linux
5449
if: matrix.options.os == 'ubuntu-latest'
5550
shell: bash
@@ -105,11 +100,6 @@ jobs:
105100
git fetch --prune --unshallow
106101
git submodule -q update --init --recursive
107102
108-
- name: Setup DotNet SDK
109-
uses: actions/setup-dotnet@v1
110-
with:
111-
dotnet-version: "3.1.x"
112-
113103
- name: Pack
114104
shell: pwsh
115105
run: ./ci-pack.ps1

0 commit comments

Comments
 (0)