From 8f12d76401ebc62aa3fdd8a6e9c039649ac76ea0 Mon Sep 17 00:00:00 2001 From: light7734 Date: Sun, 20 Jul 2025 06:51:01 +0330 Subject: [PATCH] ci: wip --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 3f31c66..5cf4e96 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,7 @@ steps: - name: greeting shell: powershell commands: + - conan profile detect - conan build . -s build_type=Release ---