Commit 16fd5b04 authored by Chunchi Che's avatar Chunchi Che

fix ci

parent bfa88387
Pipeline #20657 failed with stages
in 7 minutes and 14 seconds
...@@ -37,10 +37,10 @@ rs_lint: ...@@ -37,10 +37,10 @@ rs_lint:
- cd rust-src && cargo clippy -- -Dwarnings - cd rust-src && cargo clippy -- -Dwarnings
wasm_build: wasm_build:
image: rust:latest
tags: tags:
- linux - linux
before_script: before_script:
- curl https://sh.rustup.rs -sSf | sh -s -- -y
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
script: script:
- cd rust-src && wasm-pack build - cd rust-src && wasm-pack build
......
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