Skip to content

Commit 2008d1d

Browse files
Use choco for now to get VS 2026
1 parent 81618e2 commit 2008d1d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/tail-call.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)