ci/build_wasm: install Trunk before building

This commit is contained in:
Mikolaj Wielgus 2024-10-02 14:07:36 +02:00
parent 21cbaf1c05
commit 4da0c244f3
1 changed files with 1 additions and 0 deletions

View File

@ -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]