Commit bab38cc
Derek
fix: use full path for rustc verification after rustup migration
Now that Rust is installed via rustup (~/.cargo/bin/rustc) instead
of distro packages (/usr/bin/rustc), the verify task needs the
full path since ~/.cargo/bin is not in Ansible's default PATH.1 parent e4275c1 commit bab38cc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments