Skip to content

Commit 3d239cb

Browse files
committed
.
1 parent aa519a7 commit 3d239cb

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ jobs:
105105
release: true
106106
path-type: inherit
107107
install: "make git dos2unix diffutils\n"
108-
- name: disable git crlf conversion
109-
run: src/ci/scripts/disable-git-crlf-conversion.sh
110108
- name: checkout the source code
111109
uses: actions/checkout@v4
112110
with:
@@ -510,8 +508,6 @@ jobs:
510508
release: true
511509
path-type: inherit
512510
install: "make git dos2unix diffutils\n"
513-
- name: disable git crlf conversion
514-
run: src/ci/scripts/disable-git-crlf-conversion.sh
515511
- name: checkout the source code
516512
uses: actions/checkout@v4
517513
with:
@@ -649,8 +645,6 @@ jobs:
649645
release: true
650646
path-type: inherit
651647
install: "make git dos2unix diffutils\n"
652-
- name: disable git crlf conversion
653-
run: src/ci/scripts/disable-git-crlf-conversion.sh
654648
- name: checkout the source code
655649
uses: actions/checkout@v4
656650
with:

src/ci/github-actions/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ x--expand-yaml-anchors--remove:
138138
dos2unix
139139
diffutils
140140
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
143143

144144
- name: checkout the source code
145145
uses: actions/checkout@v4

0 commit comments

Comments
 (0)