Commit c7709641 authored by Chunchi Che's avatar Chunchi Che

fix ci

parent 817ce97f
Pipeline #20663 passed with stages
in 13 minutes and 47 seconds
......@@ -42,6 +42,8 @@ wasm_build:
- linux
image: rust:latest
stage: wasm
extends:
- .build_base
before_script:
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
script:
......@@ -49,10 +51,9 @@ wasm_build:
artifacts:
paths:
- rust-src/pkg
- node_modules
npm_build:
extends:
- .build_base
dependencies:
- wasm_build
stage: 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