compile-wasm: add git submodule update --init task
This commit is contained in:
parent
31865eec13
commit
84b29f542c
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ fi
|
||||||
|
|
||||||
check_command clang true;
|
check_command clang true;
|
||||||
|
|
||||||
|
task_begin "Checkout git submodules";
|
||||||
|
git submodule update --init;
|
||||||
|
task_end "${?}";
|
||||||
|
|
||||||
task_begin "Compile";
|
task_begin "Compile";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue