mirror of
https://github.com/edera-dev/krata.git
synced 2025-09-17 02:11:32 +00:00
workflows: fix client workflow spec
This commit is contained in:
2
.github/workflows/client.yml
vendored
2
.github/workflows/client.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
steps:
|
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' }}
|
if: ${{ matrix.platform.os == 'windows' }}
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user