diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2910db9ed..34bf770a72 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -244,6 +244,11 @@ jobs: run: shell: msys2 {0} steps: + - name: Disable autocrlf + shell: pwsh + run: | + git config --global core.autocrlf false + git config --global core.eol lf - uses: actions/checkout@v3 - uses: msys2/setup-msys2@v2 with: