Jorge Aparicio пре 8 година
родитељ
комит
948ada48b5
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      ci/install.sh

+ 1 - 0
ci/install.sh

@@ -27,6 +27,7 @@ install_rust() {
         rustup default nightly
     fi
 
+    rustup -V
     rustc -V
     cargo -V
 }