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 Windows link.exe: prepend MSVC bin dir to PATH via GHA expression
Use ${{ env.VCToolsInstallDir }} (resolved at YAML parse time) instead
of $VCToolsInstallDir (cibuildwheel runtime expansion, which silently
failed). This prepends the MSVC bin dir to PATH so link.exe resolves
to MSVC's linker instead of Git's /usr/bin/link.exe.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments