From ec42a58f3e001be8b7ea9c866bdc99e9d8f7efdd Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:39:33 +0100 Subject: [PATCH] Update submodules when cloning Fast DDS on CI (#5570) Signed-off-by: Eugenio Collado Co-authored-by: Eugenio Collado --- .github/workflows/reusable-mac-ci.yml | 1 + .github/workflows/reusable-sanitizers-ci.yml | 2 ++ .github/workflows/reusable-ubuntu-ci.yml | 1 + 3 files changed, 4 insertions(+) diff --git a/.github/workflows/reusable-mac-ci.yml b/.github/workflows/reusable-mac-ci.yml index c7bcb5551d4..10bc7b0d99b 100644 --- a/.github/workflows/reusable-mac-ci.yml +++ b/.github/workflows/reusable-mac-ci.yml @@ -52,6 +52,7 @@ jobs: uses: eProsima/eProsima-CI/external/checkout@v0 with: path: src/fastrtps + submodules: true ref: ${{ inputs.fastdds-branch }} - uses: eProsima/eProsima-CI/external/setup-python@v0 diff --git a/.github/workflows/reusable-sanitizers-ci.yml b/.github/workflows/reusable-sanitizers-ci.yml index 2c7a2d55347..49683f25455 100644 --- a/.github/workflows/reusable-sanitizers-ci.yml +++ b/.github/workflows/reusable-sanitizers-ci.yml @@ -59,6 +59,7 @@ jobs: uses: eProsima/eProsima-CI/external/checkout@v0 with: path: src/fastrtps + submodules: true ref: ${{ inputs.fastdds_ref }} - name: Install Fix Python version @@ -338,6 +339,7 @@ jobs: uses: eProsima/eProsima-CI/external/checkout@v0 with: path: src/fastrtps + submodules: true ref: ${{ inputs.fastdds_ref }} - name: Install Fix Python version diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index 0facd420798..2629526a03f 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -87,6 +87,7 @@ jobs: uses: eProsima/eProsima-CI/external/checkout@v0 with: path: src/fastrtps + submodules: true ref: ${{ inputs.fastdds-branch }} - name: Install Fix Python version