Skip to content

Commit 665187b

Browse files
MiguelCompanymergify[bot]
authored andcommitted
Update submodules when cloning Fast DDS on CI (#5558)
Signed-off-by: Miguel Company <[email protected]> (cherry picked from commit 490e80b)
1 parent 39db771 commit 665187b

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/reusable-mac-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
uses: eProsima/eProsima-CI/external/checkout@v0
5353
with:
5454
path: src/fastdds
55+
submodules: true
5556
ref: ${{ inputs.fastdds-branch }}
5657

5758
- uses: eProsima/eProsima-CI/external/setup-python@v0

.github/workflows/reusable-sanitizers-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
uses: eProsima/eProsima-CI/external/checkout@v0
6060
with:
6161
path: src/fastdds
62+
submodules: true
6263
ref: ${{ inputs.fastdds_ref }}
6364

6465
- name: Install Fix Python version
@@ -338,6 +339,7 @@ jobs:
338339
uses: eProsima/eProsima-CI/external/checkout@v0
339340
with:
340341
path: src/fastdds
342+
submodules: true
341343
ref: ${{ inputs.fastdds_ref }}
342344

343345
- name: Install Fix Python version

.github/workflows/reusable-ubuntu-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
uses: eProsima/eProsima-CI/external/checkout@v0
8888
with:
8989
path: src/fastdds
90+
submodules: true
9091
ref: ${{ inputs.fastdds-branch }}
9192

9293
- name: Install Fix Python version

0 commit comments

Comments
 (0)