mirror of https://codeberg.org/topola/topola.git
ci: install wasm target before building
This commit is contained in:
parent
c9509d8336
commit
cabe45e6b4
|
|
@ -13,6 +13,7 @@ steps:
|
||||||
CARG_TERM_COLOR: always
|
CARG_TERM_COLOR: always
|
||||||
commands:
|
commands:
|
||||||
- rustup default "$CHANNEL"
|
- rustup default "$CHANNEL"
|
||||||
|
- rustup target add wasm32-unknown-unknown
|
||||||
- cargo install --locked trunk
|
- cargo install --locked trunk
|
||||||
- trunk build
|
- trunk build
|
||||||
when:
|
when:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue