File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,11 @@ jobs:
1212 runs-on : depot-windows-2022-16
1313 if : github.repository_owner == 'llvm'
1414 steps :
15+ - Name : Setup crlf
16+ run : |
17+ git config --global core.autocrlf false
1518 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A
1619 - run : |
1720 subst S: ${{ github.workspace }}
1821 cd S:\llvm\utils\release\
1922 .\build_llvm_release.bat --x64 --version 21.1.3 --local-python --skip-checkout
20- - if : always()
21- run : |
22- S:\llvm\utils\release\llvm_package_21.1.3\build_amd64_stage0\bin\llvm-remarkutil.exe filter S:\llvm\test\tools\llvm-remarkutil/Inputs/filter.yaml | diff S:\llvm\test\tools\llvm-remarkutil/Inputs/filter.yaml - > diff.out
23- - if : always()
24- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
25- with :
26- name : diff
27- path : diff.out
You can’t perform that action at this time.
0 commit comments