Explorar el Código

no rust-std for these targets

Jorge Aparicio hace 8 años
padre
commit
10ea089eb2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 }