We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd3cc8 commit f37858eCopy full SHA for f37858e
.github/workflows/tail-call.yml
@@ -84,7 +84,7 @@ jobs:
84
python-version: '3.11'
85
86
- name: Native Windows MSVC (release)
87
- if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
+ if: runner.os == 'Windows' && matrix.architecture != 'ARM64' && matrix.target != 'free-threading-msvc'
88
shell: pwsh
89
run: |
90
$env:PlatformToolset = "v145"
0 commit comments