Ver Fonte

:wrench:

codemasher há 5 anos atrás
pai
commit
72d46ba7b7
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      .github/workflows/tests.yml

+ 3 - 3
.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