Skip to content

Commit 0c0cf16

Browse files
committed
Update install-and-build-with-sdk.sh
1 parent 57bdafb commit 0c0cf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/install-and-build-with-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ while [[ $# -gt 0 ]]; do
3434
INSTALL_WASM=true
3535
shift
3636
;;
37-
--embedded_wasm)
37+
--embedded-wasm)
3838
INSTALL_WASM=true
3939
BUILD_EMBEDDED_WASM=true
4040
shift

0 commit comments

Comments
 (0)