diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a666a8cdf..1408ab977 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: run: shell: bash steps: - - run: git config --global core.autocrlf true + - run: git config --global core.autocrlf false - name: 'Checkout code' uses: actions/checkout@v4