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 ---