Commit 38ef594
committed
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.1 parent 7ede027 commit 38ef594
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments