ci: update submodules during setup Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
diff --git a/.github/workflows/setup.sh b/.github/workflows/setup.sh index e734b2a..abe6e8d 100755 --- a/.github/workflows/setup.sh +++ b/.github/workflows/setup.sh
@@ -20,6 +20,15 @@ ########################################################################## +# Update submodules +start_section Submodules +( + git submodule update --init --recursive +) +end_section + +########################################################################## + #Install yosys start_section Install-Yosys (