Skip to content

Commit 68b41cf

Browse files
Update tail-call.yml
1 parent 7c84388 commit 68b41cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tail-call.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ jobs:
7979
with:
8080
python-version: '3.11'
8181

82-
- name: Native Windows MSVC (release)
82+
- name: Native Windows MSVC (PGO)
8383
if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
8484
shell: cmd
8585
run: |
8686
choco install visualstudio2026buildtools-preview --pre
87-
call ./PCbuild/build.bat --tail-call-interp -p ${{ matrix.architecture }} "/p:PlatformToolset=v145"
88-
call ./PCbuild/rt.bat -d -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
87+
call ./PCbuild/build.bat --tail-call-interp --pgo -p ${{ matrix.architecture }} "/p:PlatformToolset=v145"
88+
call ./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
8989
9090
# No tests (yet):
9191
- name: Emulated Windows Clang (release)

0 commit comments

Comments
 (0)