Override build type in CI

This commit is contained in:
Dan Paulat 2024-11-30 01:37:42 -06:00
parent e3fa3fdd61
commit 0f9b595ce7

View file

@ -128,6 +128,7 @@ jobs:
--remote conancenter `
--build missing `
--profile:all ${{ matrix.conan_profile }} `
--settings:all build_type=${{ matrix.build_type }} `
--output-folder ./conan/ `
${{ matrix.conan_package_manager }}