File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,6 @@ 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 : src/ci/scripts/disable-git-crlf-conversion.sh
110
108
- name : checkout the source code
111
109
uses : actions/checkout@v4
112
110
with :
@@ -510,8 +508,6 @@ jobs:
510
508
release : true
511
509
path-type : inherit
512
510
install : " make git dos2unix diffutils\n "
513
- - name : disable git crlf conversion
514
- run : src/ci/scripts/disable-git-crlf-conversion.sh
515
511
- name : checkout the source code
516
512
uses : actions/checkout@v4
517
513
with :
@@ -649,8 +645,6 @@ jobs:
649
645
release : true
650
646
path-type : inherit
651
647
install : " make git dos2unix diffutils\n "
652
- - name : disable git crlf conversion
653
- run : src/ci/scripts/disable-git-crlf-conversion.sh
654
648
- name : checkout the source code
655
649
uses : actions/checkout@v4
656
650
with :
Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ x--expand-yaml-anchors--remove:
138
138
dos2unix
139
139
diffutils
140
140
141
- - name : disable git crlf conversion
142
- run : src/ci/scripts/disable-git-crlf-conversion.sh
141
+ # - name: disable git crlf conversion
142
+ # run: src/ci/scripts/disable-git-crlf-conversion.sh
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