From 72d46ba7b7ddb3436a8ebfa78caea2d3f9305409 Mon Sep 17 00:00:00 2001 From: codemasher Date: Wed, 6 Jan 2021 14:14:37 +0100 Subject: [PATCH] :wrench: --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c13f6b6a5..2263dd2cc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,9 +54,9 @@ jobs: - "8.0" steps: - - name: "Configure git to avoid issues with line endings" - if: matrix.os == 'windows-latest' - run: git config --global core.autocrlf false +# - name: "Configure git to avoid issues with line endings" +# if: matrix.os == 'windows-latest' +# run: git config --global core.autocrlf false - name: "Checkout" uses: actions/checkout@v2