codemasher 5 лет назад
Родитель
Сommit
72d46ba7b7
1 измененных файлов с 3 добавлено и 3 удалено
  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