Skip to content

Commit 86008ba

Browse files
committed
disable autocrlf
1 parent cfe718e commit 86008ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,12 @@ jobs:
232232
runs-on: ${{ needs.prepare.outputs.build-runs-on }}
233233
steps:
234234

235+
# See https://llvm.org/docs/GettingStarted.html#id4
236+
- name: Disable autocrlf for git on Windows
237+
if: runner.os == 'Windows'
238+
run: |
239+
git config --global core.autocrlf false
240+
235241
- name: Checkout LLVM
236242
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
237243
with:

0 commit comments

Comments
 (0)