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 b362593 commit b64e2e5Copy full SHA for b64e2e5
.github/workflows/tail-call.yml
@@ -89,7 +89,7 @@ jobs:
89
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
90
91
- name: Native Windows MSVC with free-threading (release)
92
- if: matrix.target == 'free-threading'
+ if: matrix.target == 'free-threading-msvc'
93
shell: pwsh
94
run: |
95
$env:PlatformToolset = "v145"
0 commit comments