We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a899f3b commit c3e49dbCopy full SHA for c3e49db
ci/install.sh
@@ -3,8 +3,8 @@ set -ex
3
main() {
4
case $TARGET in
5
thumbv*-none-eabi*)
6
- cargo install xargo || true
7
- rustup component add rust-src || true
+ cargo install --list | grep xargo || cargo install xargo
+ rustup component list | grep rust-src || rustup component add rust-src
8
;;
9
esac
10
}
0 commit comments