diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e2224a8..14b8dec9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,8 @@ jobs: - name: Deactivate EOL conversion shell: bash run: | - git config core.autocrlf false - git config core.eol lf + git config --global core.autocrlf false + git config --global core.eol lf - name: Checkout repository uses: actions/checkout@v4 with: