Commit 9ea6d0e2 authored by Chunchi Che's avatar Chunchi Che

fix ci

parent ae611c5f
Pipeline #20661 failed
...@@ -40,6 +40,7 @@ wasm_build: ...@@ -40,6 +40,7 @@ wasm_build:
tags: tags:
- linux - linux
image: rust:latest image: rust:latest
stage: build
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:
...@@ -51,6 +52,7 @@ wasm_build: ...@@ -51,6 +52,7 @@ wasm_build:
npm_build: npm_build:
extends: extends:
- .build_base - .build_base
dependencies:
- wasm_build - wasm_build
stage: build stage: build
image: git-registry.mycard.moe/mycard/docker-runner-base:master-x86 image: git-registry.mycard.moe/mycard/docker-runner-base:master-x86
......
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