From de54c7ead3f62d84acf7845f98b029a17ad11672 Mon Sep 17 00:00:00 2001 From: Bronek Kozicki Date: Fri, 25 Jul 2025 17:08:31 +0100 Subject: [PATCH] Change dependencies conan options to explicitly apply to xrpl only --- .github/actions/dependencies/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/dependencies/action.yml b/.github/actions/dependencies/action.yml index 9acaaaac72..b0e8d74ed7 100644 --- a/.github/actions/dependencies/action.yml +++ b/.github/actions/dependencies/action.yml @@ -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 }} \ ..