File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ jobs:
105
105
release : true
106
106
path-type : inherit
107
107
install : " make git dos2unix diffutils\n "
108
+ - name : disable git crlf conversion
109
+ run : git config --global core.autocrlf false
108
110
- name : checkout the source code
109
111
uses : actions/checkout@v4
110
112
with :
@@ -508,6 +510,8 @@ jobs:
508
510
release : true
509
511
path-type : inherit
510
512
install : " make git dos2unix diffutils\n "
513
+ - name : disable git crlf conversion
514
+ run : git config --global core.autocrlf false
511
515
- name : checkout the source code
512
516
uses : actions/checkout@v4
513
517
with :
@@ -645,6 +649,8 @@ jobs:
645
649
release : true
646
650
path-type : inherit
647
651
install : " make git dos2unix diffutils\n "
652
+ - name : disable git crlf conversion
653
+ run : git config --global core.autocrlf false
648
654
- name : checkout the source code
649
655
uses : actions/checkout@v4
650
656
with :
Original file line number Diff line number Diff line change @@ -137,9 +137,9 @@ x--expand-yaml-anchors--remove:
137
137
git
138
138
dos2unix
139
139
diffutils
140
-
141
- # - name: disable git crlf conversion
142
- # run: src/ci/scripts/disable- git-crlf-conversion.sh
140
+
141
+ - name : disable git crlf conversion
142
+ run : git config --global core.autocrlf false
143
143
144
144
- name : checkout the source code
145
145
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments