Install wasm-pack before building rustlib

This commit is contained in:
porink0424
2024-05-31 10:52:42 +09:00
parent 4f19f44318
commit da5f81d8b4
+3 -1
View File
@@ -52,7 +52,9 @@ jobs:
- name: Build rustlib for standalone_app
working-directory: rustlib
run: wasm-pack build --target web
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
wasm-pack build --target web
- name: Type Check standalone_app
working-directory: standalone_app