From a18d808b8da733a7d5b3987070abeaccbb83b490 Mon Sep 17 00:00:00 2001 From: Khalil Estell Date: Fri, 12 Dec 2025 12:41:03 -0800 Subject: [PATCH 1/2] Add modules_support_needed parameter to deploy workflow --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9f7ae94..6a0170a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,6 +26,7 @@ jobs: with: version: ${{ github.ref_name }} remote_url: https://libhal.jfrog.io/artifactory/api/conan/trunk-conan + modules_support_needed: true secrets: conan_remote_password: ${{ secrets.JFROG_LIBHAL_TRUNK_ID_TOKEN }} conan_remote_user: ${{ secrets.JFROG_LIBHAL_TRUNK_ID_TOKEN_USER }} From 2c8447d3bc1eb53a2cd628da68da208fd617a46d Mon Sep 17 00:00:00 2001 From: Khalil Estell Date: Fri, 12 Dec 2025 12:42:20 -0800 Subject: [PATCH 2/2] Add modules_support_needed to CI workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cd0d8d..e59f50c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,4 +24,6 @@ on: jobs: package_and_upload_all_check: uses: libhal/ci/.github/workflows/package_and_upload_all.yml@5.x.y + with: + modules_support_needed: true secrets: inherit