From bd55155131b111798f5efe246c5de1ac5932f598 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 16 Jan 2020 22:31:43 +1100 Subject: [PATCH] Try using bash --- .github/workflows/build-and-test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 75e0d664d7..1ca95c1e7a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.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