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
|
||||
commands:
|
||||
- rustup default "$CHANNEL"
|
||||
- cargo install --locked trunk
|
||||
- trunk build
|
||||
when:
|
||||
event: [pull_request, push, tag]
|
||||
|
|
|
|||
Loading…
Reference in New Issue