We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becb649 commit a202146Copy full SHA for a202146
.github/workflows/release-binaries.yml
@@ -209,6 +209,10 @@ jobs:
209
digest: ${{ steps.digest.outputs.digest }}
210
artifact-id: ${{ steps.artifact-upload.outputs.artifact-id }}
211
steps:
212
+ - name: Setup crlf
213
+ if: runner.os == 'Windows'
214
+ run: |
215
+ git config --global core.autocrlf false
216
217
- name: Checkout LLVM
218
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
0 commit comments