You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): improve vswhere MSVC x86 setup to update current process env + better verification
- Use single activation + parse to set both Process env (for current step verification) and GITHUB_ENV (for next steps).
- Verification (where cl + version) now runs in the pwsh process *after* env is applied, so logs show what the step actually sees.
- Added comments referencing the standard vswhere pattern for GitHub + VS2026.
- Kept amd64_x86 (correct for 64-host to 32-target).
This should ensure the 32-bit compiler is visible to the subsequent uv sync step.
Only the x86 CI fix.
0 commit comments