From 6e255183d2bac83d52cda8dbd689215404ac1504 Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Mon, 13 Jan 2025 12:53:00 +0100 Subject: [PATCH] Update submodules when cloning Fast DDS on CI (#5558) Signed-off-by: Miguel Company (cherry picked from commit 490e80b0725e9e354726dadf5e5cdd855535f32c) --- .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 f4d783210ae..99cc986027e 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/fastdds + 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 a0df722a7fc..4be4a988701 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/fastdds + 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/fastdds + 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 42a6c83ac26..de896207e8f 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/fastdds + submodules: true ref: ${{ inputs.fastdds-branch }} - name: Install Fix Python version