Browse Source

Try using bash

af/merge-core
James Jackson-South 6 years ago
parent
commit
bd55155131
  1. 9
      .github/workflows/build-and-test.yml

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

@ -15,10 +15,10 @@ jobs:
strategy:
matrix:
options:
- os: ubuntu-latest
framework: netcoreapp3.1
runtime: -x64
codecov: false
# - os: ubuntu-latest
# framework: netcoreapp3.1
# runtime: -x64
# codecov: false
# - os: windows-latest
# framework: netcoreapp3.1
# runtime: -x64
@ -45,6 +45,7 @@ jobs:
uses: NuGet/setup-nuget@v1
- name: Setup Git
shell: bash
run: |
git config --global core.autocrlf false
git config --global core.longpaths true

Loading…
Cancel
Save