fix(ci): add electron-rebuild step to Linux release build#1069
Conversation
|
@jschwxrz is attempting to deploy a commit to the General Action Team on Vercel. A member of the Team first needs to authorize it. |
Greptile SummaryThis PR fixes the "PTY unavailable" error on Linux builds since version 0.4.16 by adding the missing The postinstall script that previously handled this rebuild was changed in 0.4.16 to skip execution in CI environments because Mac builds require per-architecture rebuilds. Mac and Windows workflows were already updated with explicit Changes:
Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| .github/workflows/release.yml | Added missing electron-rebuild step for Linux to fix PTY errors caused by Node.js ABI version mismatch (127 vs 123) |
Last reviewed commit: 4aaedc8
|
@jschwxrz thanks! |
summary:
cause:
fix:
fixes #1068