From ab8941326a93b9bb69a38c7cb4ef47bbee9bb4e4 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sun, 31 Mar 2024 16:29:00 -0700 Subject: [PATCH] workflows: client build on windows should use lf checkout --- .github/workflows/client.yml | 2 ++ 1 file changed, 2 insertions(+) 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