Skip to content

Commit 680363b

Browse files
committed
Remove "Windows: Set git to use LF"
1 parent 23e23a6 commit 680363b

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
@@ -180,12 +180,6 @@ jobs:
180180
DUNE_PROFILE: release
181181

182182
steps:
183-
- name: "Windows: Set git to use LF"
184-
if: runner.os == 'Windows'
185-
run: |
186-
git config --global core.autocrlf false
187-
git config --global core.eol lf
188-
189183
- name: Checkout
190184
uses: actions/checkout@v4
191185
with:

0 commit comments

Comments
 (0)