mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
workflows: client build on windows should use lf checkout
This commit is contained in:
parent
8be75a722e
commit
ab8941326a
2
.github/workflows/client.yml
vendored
2
.github/workflows/client.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user