mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +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:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
|
- runs: git config --global core.autocrlf false && git config --global core.eol lf
|
||||||
|
if: ${{ matrix.platform.os == 'windows' }}
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
Loading…
Reference in New Issue
Block a user