Commit 817ce97f authored by Chunchi Che's avatar Chunchi Che

fix ci

parent 9ea6d0e2
Pipeline #20662 failed with stages
in 10 minutes and 30 seconds
...@@ -2,6 +2,7 @@ stages: ...@@ -2,6 +2,7 @@ stages:
- install - install
- lint - lint
- test - test
- wasm
- build - build
- deploy - deploy
...@@ -40,7 +41,7 @@ wasm_build: ...@@ -40,7 +41,7 @@ wasm_build:
tags: tags:
- linux - linux
image: rust:latest image: rust:latest
stage: build stage: wasm
before_script: before_script:
- 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:
......
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