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: make RC logs visible in Windows GitHub Actions [HZ-5387] (#1414)
Use `start /B` instead of `start /MIN cmd /c` so RC stdout/stderr appear
in the same console — visible in CI in real-time. Replace taskkill
window-title filter with wmic command-line match since `start /B` does
not create a titled window.
replaces #1413
0 commit comments