Skip to content

Commit 4b99a24

Browse files
committed
fix: missing rust binaries
1 parent d06da2b commit 4b99a24

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ jobs:
3030
with:
3131
targets: wasm32-unknown-unknown
3232

33+
- name: Setup Cargo Binstall
34+
uses: cargo-bins/cargo-binstall@main
35+
36+
- name: Install Rust Binaries
37+
run: |
38+
cargo binstall -y --force cargo-edit
39+
cargo binstall -y --force leptosfmt
40+
cargo binstall -y --force trunk
41+
3342
- name: Build (debug)
3443
run: make build
3544

0 commit comments

Comments
 (0)