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: E2E capability detection — don't add gcc on Windows runners
Windows CI runners have g++.exe (MinGW/Strawberry) in PATH but it's
not a proper mcpp-compatible GCC toolchain. Remove gcc detection on
MINGW/MSYS. Also check .exe in scan-deps detection.
0 commit comments