Skip to content

Commit

Permalink
Update submodules when cloning Fast DDS on CI (#5558)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
(cherry picked from commit 490e80b)
  • Loading branch information
MiguelCompany authored and mergify[bot] committed Jan 13, 2025
1 parent b6aaab5 commit 6e25518
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable-sanitizers-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e25518

Please sign in to comment.