Commit f94f8b0
ci: remove CARGO_HOME override causing cross not found
The CARGO_HOME override to ${{ github.workspace }}/.cargo placed
cargo-installed binaries (like cross) in a non-PATH directory,
causing "cross: command not found" on the aarch64 build job.
Removing the override restores the default ~/.cargo which is
already on PATH in all GitHub Actions runners.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 87e7a03 commit f94f8b0
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments