mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Install wasm-pack before building rustlib
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user