Skip to content

Commit aead894

Browse files
authored
chore(cd): install binaries required for build
1 parent 9be9a80 commit aead894

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,12 @@ jobs:
186186
env:
187187
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
188188

189+
- name: Install Rust Binaries
190+
run: |
191+
cargo binstall -y --force cargo-tag
192+
cargo binstall -y --force leptosfmt
193+
cargo binstall -y --force trunk
194+
189195
- name: Prep Assets and Binary
190196
run: make release
191197

0 commit comments

Comments
 (0)