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 c3e49db commit db27f0bCopy full SHA for db27f0b
ci/install.sh
@@ -3,8 +3,10 @@ set -ex
3
main() {
4
case $TARGET in
5
thumbv*-none-eabi*)
6
- cargo install --list | grep xargo || cargo install xargo
7
- rustup component list | grep rust-src || rustup component add rust-src
+ cargo install --list | grep xargo || \
+ cargo install xargo
8
+ rustup component list | grep 'rust-src.*installed' || \
9
+ rustup component add rust-src
10
;;
11
esac
12
}
0 commit comments