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