Skip to content

Commit 10ea089

Browse files
author
Jorge Aparicio
committed
no rust-std for these targets
1 parent e7b10e5 commit 10ea089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ install_rust() {
7979
}
8080

8181
add_rustup_target() {
82-
if [[ $TARGET != $HOST ]]; then
82+
if [[ $TARGET != $HOST && ${CARGO:-cargo} == "cargo" ]]; then
8383
rustup target add $TARGET
8484
fi
8585
}

0 commit comments

Comments
 (0)