Browse Source

Fix build

pull/1328/head
James Jackson-South 6 years ago
parent
commit
398e3a7d14
  1. 10
      .github/workflows/build-and-test.yml

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

@ -52,11 +52,6 @@ jobs:
git fetch --prune --unshallow git fetch --prune --unshallow
git submodule -q update --init --recursive git submodule -q update --init --recursive
- name: Setup DotNet SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: "3.1.x"
- name: Build - name: Build
shell: pwsh shell: pwsh
run: ./ci-build.ps1 "${{matrix.options.framework}}" run: ./ci-build.ps1 "${{matrix.options.framework}}"
@ -95,11 +90,6 @@ jobs:
git fetch --prune --unshallow git fetch --prune --unshallow
git submodule -q update --init --recursive git submodule -q update --init --recursive
- name: Setup DotNet SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: "3.1.x"
- name: Pack - name: Pack
shell: pwsh shell: pwsh
run: ./ci-pack.ps1 run: ./ci-pack.ps1

Loading…
Cancel
Save