Verified Commit 3358159a authored by Denis_P's avatar Denis_P 🏑
Browse files

right order of components

parent e7be4255
Pipeline #53090 failed with stage
in 4 minutes and 21 seconds
......@@ -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 ]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment