compile-wasm: add git submodule update --init task

This commit is contained in:
Starbeamrainbowlabs 2024-12-12 03:45:39 +00:00
parent 31865eec13
commit 84b29f542c
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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";