From: Shlomi Fish Date: Sat, 11 Dec 2021 15:45:11 +0000 (+0200) Subject: gh actions #5: try git.crlf fix X-Git-Tag: fortune-mod-3.8.0~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0336d7079fc3717c01ed4ec01c2bf29b5c9889b;p=fortune-mod gh actions #5: try git.crlf fix --- diff --git a/.github/workflows/windows-x64.yml b/.github/workflows/windows-x64.yml index 4c41652..275cfc9 100644 --- a/.github/workflows/windows-x64.yml +++ b/.github/workflows/windows-x64.yml @@ -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 diff --git a/CI-testing/translate-travis.yml-to-github-actions.py b/CI-testing/translate-travis.yml-to-github-actions.py index 18b96c8..55f7443 100644 --- a/CI-testing/translate-travis.yml-to-github-actions.py +++ b/CI-testing/translate-travis.yml-to-github-actions.py @@ -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": {