ci: wip
Some checks reported errors
continuous-integration/drone/pr Build was killed

This commit is contained in:
light7734 2025-07-20 06:51:01 +03:30
parent cb5b97dddb
commit 8f12d76401
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -13,6 +13,7 @@ steps:
- name: greeting - name: greeting
shell: powershell shell: powershell
commands: commands:
- conan profile detect
- conan build . -s build_type=Release - conan build . -s build_type=Release
--- ---