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: resolve robotjs build errors in CI/CD workflows
- Add system dependencies installation for Linux builds (libxtst6, libgtk-3-dev, etc.)
- Use npm ci --ignore-scripts to prevent initial robotjs build failures
- Add graceful robotjs rebuild with fallback for CI environments
- Create post-install script to handle native dependencies safely
- Add multiple artifact path locations for flexible build outputs
- Improve error handling and continue-on-error for optional dependencies
- Add build output listing for debugging
This should resolve the 'npm error command failed' and 'make: g++' errors occurring during robotjs compilation in GitHub Actions.
0 commit comments