Skip to content

Commit b64e2e5

Browse files
fix typo
1 parent b362593 commit b64e2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tail-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
9090
9191
- name: Native Windows MSVC with free-threading (release)
92-
if: matrix.target == 'free-threading'
92+
if: matrix.target == 'free-threading-msvc'
9393
shell: pwsh
9494
run: |
9595
$env:PlatformToolset = "v145"

0 commit comments

Comments
 (0)