Skip to content

Commit f3547e1

Browse files
committed
Remove "Windows: Set git to use LF"
1 parent 76f2501 commit f3547e1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,6 @@ jobs:
190190
DUNE_PROFILE: release
191191

192192
steps:
193-
- name: "Windows: Set git to use LF"
194-
if: runner.os == 'Windows'
195-
run: |
196-
git config --global core.autocrlf false
197-
git config --global core.eol lf
198-
199193
- name: Checkout
200194
uses: actions/checkout@v4
201195
with:

0 commit comments

Comments
 (0)