diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c491db31..19c91e477 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: steps: - name: gitconfig run: | - git config --global core.autocrlf true + git config --global core.autocrlf false - name: checkout uses: actions/checkout@v3