Skip to content

Commit f94f8b0

Browse files
doublegateclaude
andcommitted
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

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11-
CARGO_HOME: ${{ github.workspace }}/.cargo
1211

1312
permissions:
1413
contents: write

0 commit comments

Comments
 (0)