Commit d21f8d5
ci(windows): fix VS2026 shared-link test vcvars path
The VS2026 shared-library linking test searched for vcvars64.bat under
"Microsoft Visual Studio\2026", but VS 2026 installs under a version folder
("Microsoft Visual Studio\18\Enterprise"). The find returned nothing, so the
step fell through and exited 1 even though the DLL built fine. Search the whole
Visual Studio directory instead, matching the VS2022 linking test.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent bd4e03c commit d21f8d5
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
400 | | - | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
401 | 403 | | |
402 | 404 | | |
403 | 405 | | |
| |||
0 commit comments