Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Display versions of tools from the rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin committed Jun 24, 2018
1 parent 007e1cd commit 837b2bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=$RUST_TOOLCHAIN -y
# Load cargo environment. Specifically, put cargo into PATH.
source ~/.cargo/env

rustc --version
rustup --version
cargo --version

case $TARGET in
"native")
sudo apt-get -y update
Expand Down

0 comments on commit 837b2bd

Please sign in to comment.