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 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 }}