ci: clone recursively in ci

This commit is contained in:
light7734 2025-07-11 16:08:59 +03:30
parent 2b95771641
commit 12c2c99c83

View file

@ -47,4 +47,5 @@ steps:
pull: if-not-exists
privileged: true
commands:
- git submodule update --init --recursive
- conan build . -s build_type=Release -o enable_static_analysis=True --build=missing