Change dependencies conan options to explicitly apply to xrpl only

This commit is contained in:
Bronek Kozicki
2025-07-25 17:08:31 +01:00
parent 3a94f22da7
commit de54c7ead3

View File

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