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

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

View file

@ -14,7 +14,7 @@ steps:
shell: powershell
commands:
- conan profile detect
- conan build . -s build_type=Release
- conan build . -s compiler.cppstd=20 -s build_type=Release
---
kind: pipeline