File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 77
77
78
78
- name : Native Windows (debug)
79
79
if : runner.os == 'Windows' && matrix.architecture != 'ARM64'
80
+ shell : cmd
80
81
run : |
81
82
choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.5
82
83
./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }} "/p:PlatformToolset=clangcl" "/p:LLVMToolsVersion=19.1.5" "/p:LLVMInstallDir=C:\Program Files\LLVM"
85
86
# No tests (yet):
86
87
- name : Emulated Windows (release)
87
88
if : runner.os == 'Windows' && matrix.architecture == 'ARM64'
89
+ shell : cmd
88
90
run : |
89
91
choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.5
90
92
./PCbuild/build.bat --tail-call-interp -p ${{ matrix.architecture }} "/p:PlatformToolset=clangcl" "/p:LLVMToolsVersion=19.1.5" "/p:LLVMInstallDir=C:\Program Files\LLVM"
You can’t perform that action at this time.
0 commit comments