ci: Build all conan dependencies from source for now (#5623)

This commit is contained in:
Ayaz Salikhov
2025-07-29 16:29:38 +01:00
committed by Bart Thomee
parent 69194f97d5
commit 0970c52735

View File

@@ -44,7 +44,7 @@ runs:
cd ${build_dir}
conan install \
--output-folder . \
--build missing \
--build '*' \
--options:host "&:tests=True" \
--options:host "&:xrpld=True" \
--settings:all build_type=${{ inputs.configuration }} \