aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/run.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/run.sh b/ci/run.sh
index c1f2a5a..fdd3fd2 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -4,8 +4,6 @@ set -ex
case $1 in
thumbv*)
- curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
- bash -s -- --at /usr/bin --from japaric/xargo --tag v0.1.9
xargo build --target $1
;;
*)