Disable autocrlf on github

This commit is contained in:
Denis Bilenko 2025-01-28 16:57:10 +01:00
parent b3b68b9b74
commit 65c44ccc67
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ jobs:
- windows-latest - windows-latest
steps: steps:
# See https://github.com/actions/checkout/issues/226
- name: Prepare git - disable autocrlf
run: git config --global core.autocrlf false
- name: Checkout repository and submodules - name: Checkout repository and submodules
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2