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
ci: install the electron binary on every OS for e2e
The macOS e2e leg failed with "Electron failed to install correctly": the
electron postinstall (extract-zip) drops the binary on the macOS runner too, not
just Linux, so guarding the install step to ubuntu left macOS without a binary.
Run install.js on every OS and keep the unzip repair as a Linux-only fallback.
Note: AI-assisted (Claude Code). Manually verified: the workflow yaml parses;
this mirrors the binary-install approach that the Linux leg already relied on,
extended to macOS where the same postinstall gap appears in CI.
0 commit comments