Procházet zdrojové kódy

no rust-std for these targets

Jorge Aparicio před 8 roky
rodič
revize
10ea089eb2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      ci/install.sh

+ 1 - 1
ci/install.sh

@@ -79,7 +79,7 @@ install_rust() {
 }
 
 add_rustup_target() {
-    if [[ $TARGET != $HOST ]]; then
+    if [[ $TARGET != $HOST && ${CARGO:-cargo} == "cargo" ]]; then
         rustup target add $TARGET
     fi
 }