Skip to content

Commit fb5ff59

Browse files
add FT for MSVC
1 parent 062c6e0 commit fb5ff59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tail-call.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
# Un-comment as we add support for more platforms for tail-calling interpreters.
3939
# - i686-pc-windows-msvc/msvc
4040
- x86_64-pc-windows-msvc/msvc
41+
- free-threading-msvc
4142
# - aarch64-pc-windows-msvc/msvc
4243
- x86_64-apple-darwin/clang
4344
- aarch64-apple-darwin/clang
@@ -88,7 +89,7 @@ jobs:
8889
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
8990
9091
- name: Native Windows MSVC with free-threading (release)
91-
if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
92+
if: matrix.target == 'free-threading'
9293
shell: pwsh
9394
run: |
9495
$env:PlatformToolset = "v145"

0 commit comments

Comments
 (0)