Skip to content

Commit 685d3df

Browse files
committedAug 17, 2021
ci: add git-config for Windows
1 parent 660723f commit 685d3df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
restore-keys: |
4747
${{ runner.os }}-root-${{ env.ROOT_VERSION }}
4848
49+
- name: Setup Git for Windows
50+
run: |
51+
git config --global core.autocrlf false
52+
git config --global core.eol lf
53+
4954
- name: Checkout code
5055
uses: actions/checkout@v2
5156

0 commit comments

Comments
 (0)
Please sign in to comment.