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