workflows: client build on windows should use lf checkout

This commit is contained in:
Alex Zenla 2024-03-31 16:29:00 -07:00
parent 8be75a722e
commit ab8941326a
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -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