mirror of https://codeberg.org/topola/topola.git
ci/build_wasm: install Trunk before building
This commit is contained in:
parent
21cbaf1c05
commit
4da0c244f3
|
|
@ -13,6 +13,7 @@ steps:
|
||||||
CARG_TERM_COLOR: always
|
CARG_TERM_COLOR: always
|
||||||
commands:
|
commands:
|
||||||
- rustup default "$CHANNEL"
|
- rustup default "$CHANNEL"
|
||||||
|
- cargo install --locked trunk
|
||||||
- trunk build
|
- trunk build
|
||||||
when:
|
when:
|
||||||
event: [pull_request, push, tag]
|
event: [pull_request, push, tag]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue