Commit 105a630
fix(ci): install binstall tools to CARGO_BIN so they're on PATH
cargo-binstall defaults to $CARGO_HOME/bin which is project-local
(.cache/cargo/bin), but ci.yml PATH only includes ~/.cargo/bin.
Use --install-path to put nextest and tauri-cli where cargo finds them.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 17364ab commit 105a630
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments