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 E2E workflow compilation and PATH issues
- Add missing 'dirs' dependency to Cargo.toml (used in e2e_tests.rs)
- Fix sudo PATH issue by preserving PATH environment variable
- Ensures cargo command is accessible when running with sudo privileges
This resolves the 'cargo: command not found' error in GitHub Actions.
0 commit comments