Skip to content

Commit 787940c

Browse files
committed
fix: Install Rust dependencies.
1 parent ce3e790 commit 787940c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ jobs:
3636
version-prefix: ""
3737
build-command: |
3838
pnpm install --frozen-lockfile
39-
pnpm build
39+
rustup target add wasm32-unknown-unknown
40+
cargo install wasm-bindgen-cli wasm-tools wasm-opt
41+
pnpm run build

0 commit comments

Comments
 (0)