Commit d56b035a authored by inphi's avatar inphi

makefile: Update submodules recursively

parent 6eb98a75
......@@ -23,7 +23,7 @@ submodules:
# CI will checkout submodules on its own (and fails on these commands)
if [ -z "$$GITHUB_ENV" ]; then \
git submodule init; \
git submodule update; \
git submodule update --recursive; \
fi
.PHONY: submodules
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment