ci: clone recursively in ci
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-07-11 16:08:59 +03:30
parent 518fe7f51c
commit e186a17be6
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

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