Skip to content

Commit a202146

Browse files
committed
Fix autocrlf
1 parent becb649 commit a202146

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ jobs:
209209
digest: ${{ steps.digest.outputs.digest }}
210210
artifact-id: ${{ steps.artifact-upload.outputs.artifact-id }}
211211
steps:
212+
- name: Setup crlf
213+
if: runner.os == 'Windows'
214+
run: |
215+
git config --global core.autocrlf false
212216
213217
- name: Checkout LLVM
214218
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0

0 commit comments

Comments
 (0)