diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index fe112c9..1515a07 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -21,6 +21,8 @@ jobs: run: shell: bash steps: + - runs: git config --global core.autocrlf false && git config --global core.eol lf + if: ${{ matrix.platform.os == 'windows' }} - uses: actions/checkout@v4 with: submodules: recursive