Skip to content

Commit 2801a43

Browse files
committed
.
1 parent 3d239cb commit 2801a43

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
release: true
106106
path-type: inherit
107107
install: "make git dos2unix diffutils\n"
108+
- name: disable git crlf conversion
109+
run: git config --global core.autocrlf false
108110
- name: checkout the source code
109111
uses: actions/checkout@v4
110112
with:
@@ -508,6 +510,8 @@ jobs:
508510
release: true
509511
path-type: inherit
510512
install: "make git dos2unix diffutils\n"
513+
- name: disable git crlf conversion
514+
run: git config --global core.autocrlf false
511515
- name: checkout the source code
512516
uses: actions/checkout@v4
513517
with:
@@ -645,6 +649,8 @@ jobs:
645649
release: true
646650
path-type: inherit
647651
install: "make git dos2unix diffutils\n"
652+
- name: disable git crlf conversion
653+
run: git config --global core.autocrlf false
648654
- name: checkout the source code
649655
uses: actions/checkout@v4
650656
with:

src/ci/github-actions/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ x--expand-yaml-anchors--remove:
137137
git
138138
dos2unix
139139
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
143143

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

0 commit comments

Comments
 (0)