File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -79,19 +79,16 @@ jobs:
7979 with :
8080 python-version : ' 3.11'
8181
82- - name : Native Windows (debug )
82+ - name : Native Windows MSVC (release )
8383 if : runner.os == 'Windows' && matrix.architecture != 'ARM64'
8484 shell : cmd
8585 run : |
86- choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
87- set PlatformToolset=clangcl
88- set LLVMToolsVersion=${{ matrix.llvm }}.1.0
89- set LLVMInstallDir=C:\Program Files\LLVM
90- call ./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }}
86+ choco install visualstudio2026buildtools-preview --pre
87+ call ./PCbuild/build.bat --tail-call-interp -p ${{ matrix.architecture }} "/p:PlatformToolset=v145"
9188 call ./PCbuild/rt.bat -d -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
9289
9390 # No tests (yet):
94- - name : Emulated Windows (release)
91+ - name : Emulated Windows Clang (release)
9592 if : runner.os == 'Windows' && matrix.architecture == 'ARM64'
9693 shell : cmd
9794 run : |
You can’t perform that action at this time.
0 commit comments