From b785645a2dfb1cce58752ea8fba22191a8083701 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Fri, 9 Jun 2017 16:25:53 +0300 Subject: [PATCH] test rustup default te --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50bae0291..4beb9df1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ linux-stable: - triggers script: - rustup install 1.16 + - rustup default 1.16.0-x86_64-unknown-linux-gnu - cargo build -j $(nproc) --release --features final $CARGOFLAGS - strip target/release/parity - export SHA3=$(target/release/parity tools hash target/release/parity)