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 dir via GITHUB_PATH
CIBW_ENVIRONMENT_WINDOWS PATH modifications were not being applied
to the build subprocess. Instead, prepend the MSVC bin dir to PATH
via GITHUB_PATH in the same step that sets DISTUTILS_USE_SDK=1, so
it is inherited by all subsequent steps including cibuildwheel.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments