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 7777
7878 - name : Native Windows (debug)
7979 if : runner.os == 'Windows' && matrix.architecture != 'ARM64'
80+ shell : cmd
8081 run : |
8182 choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.5
8283 ./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }} "/p:PlatformToolset=clangcl" "/p:LLVMToolsVersion=19.1.5" "/p:LLVMInstallDir=C:\Program Files\LLVM"
8586 # No tests (yet):
8687 - name : Emulated Windows (release)
8788 if : runner.os == 'Windows' && matrix.architecture == 'ARM64'
89+ shell : cmd
8890 run : |
8991 choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.5
9092 ./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