]> granicus.if.org Git - fortune-mod/commitdiff
gh actions #5: try git.crlf fix
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 11 Dec 2021 15:45:11 +0000 (17:45 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Sat, 11 Dec 2021 15:45:11 +0000 (17:45 +0200)
.github/workflows/windows-x64.yml
CI-testing/translate-travis.yml-to-github-actions.py

index 4c4165287545c3f55bdad6ce3cf06ebcb0c65eb5..275cfc9c21f9e4d62c56048124c7d7aebcb552ac 100644 (file)
@@ -20,7 +20,6 @@ jobs:
                 submodules: 'true'
         -   name: perl -V
             run: perl -V
-        -   run: git config --global core.autocrlf input
         -   uses: cygwin/cygwin-install-action@master
             with:
                 packages: docbook-xml docbook-xsl libxml2 libxslt
index 18b96c8c906070353b738ad86ee4f687a36b2d89..55f74434b7e80299a34bad597ec3e66244e59ee9 100644 (file)
@@ -140,7 +140,8 @@ def generate_windows_yaml(plat, output_path, is_act):
     step = {
         "run": "git config --global core.autocrlf input",
     }
-    steps.append(step)
+    if 0:
+        steps.append(step)
     step = {
         "uses": "cygwin/cygwin-install-action@master",
         "with": {