From 9662f97095de4bd18c37fa62304f7181f49d3f5c Mon Sep 17 00:00:00 2001 From: light7734 Date: Sun, 20 Jul 2025 06:56:20 +0330 Subject: [PATCH] ci: wip --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5cf4e96..dd25681 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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