workflows: fix client workflow spec

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

View File

@ -21,7 +21,7 @@ jobs:
run:
shell: bash
steps:
- runs: git config --global core.autocrlf false && git config --global core.eol lf
- run: git config --global core.autocrlf false && git config --global core.eol lf
if: ${{ matrix.platform.os == 'windows' }}
- uses: actions/checkout@v4
with: