Skip to content

Commit f6b3d94

Browse files
Fix build for new images
1 parent 6b5496e commit f6b3d94

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ jobs:
5353
git fetch --prune --unshallow
5454
git submodule -q update --init --recursive
5555
56-
- name: Setup DotNet SDK
57-
uses: actions/setup-dotnet@v1
58-
with:
59-
dotnet-version: "3.1.x"
60-
6156
- name: Build
6257
shell: pwsh
6358
run: ./ci-build.ps1 "${{matrix.options.framework}}"
@@ -70,7 +65,7 @@ jobs:
7065
XUNIT_PATH: .\tests\ImageSharp.Drawing.Tests # Required for xunit
7166

7267
- name: Update Codecov
73-
uses: codecov/codecov-action@v1.0.7
68+
uses: codecov/codecov-action@v1
7469
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
7570
with:
7671
flags: unittests
@@ -96,11 +91,6 @@ jobs:
9691
git fetch --prune --unshallow
9792
git submodule -q update --init --recursive
9893
99-
- name: Setup DotNet SDK
100-
uses: actions/setup-dotnet@v1
101-
with:
102-
dotnet-version: "3.1.x"
103-
10494
- name: Pack
10595
shell: pwsh
10696
run: ./ci-pack.ps1

0 commit comments

Comments
 (0)