Commit f236957d authored by Chunchi Che's avatar Chunchi Che

update ci

parent f57e1aa5
Pipeline #25780 failed with stages
in 2 minutes and 8 seconds
......@@ -27,7 +27,7 @@ rs_check_lint:
tags:
- linux
before_script:
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --no-modify-path
- source "$HOME/.cargo/env"
script:
- cd rust-src
......@@ -42,7 +42,7 @@ wasm_build:
extends:
- .build_base
before_script:
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --no-modify-path
- source "$HOME/.cargo/env"
- curl --proto '=https' --tlsv1.2 -sSf https://rustwasm.github.io/wasm-pack/installer/init.sh | sh
script:
......
Markdown is supported
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