From 3358159a5098a6e384d198d3172b52e2aedf52a4 Mon Sep 17 00:00:00 2001 From: Denis P Date: Wed, 2 Oct 2019 11:26:54 +0200 Subject: [PATCH] right order of components --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ddd9480..6a03e8e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,12 +83,12 @@ test-linux: # Print current work directory state as directions. # - ls -lah # install rust components + - rustup default nightly-2019-08-30 + - rustup target add wasm32-unknown-unknown - rustup component add clippy rustfmt # - rustup target add wasm32-unknown-unknown script: - | - rustup default nightly-2019-08-30 - rustup target add wasm32-unknown-unknown ./scripts/check-workspace.sh check_workspace=$? # if [ $check_workspace -eq 0 ] -- GitLab