Skip to content

Commit

Permalink
Refs #21286: Add missing dependency
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jul 1, 2024
1 parent 4e83235 commit c908406
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/reusable-mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,19 @@ jobs:
- name: Install Colcon dependencies
uses: eProsima/eProsima-CI/multiplatform/install_colcon@v0

- name: Install Python dependencies
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
with:
packages: vcstool
upgrade: false

- name: Fetch Fast DDS CI dependencies
uses: eProsima/eProsima-CI/multiplatform/vcs_import@v0
with:
vcs_repos_file: ${{ github.workspace }}/src/fastcdr/.github/workflows/config/test.repos
destination_workspace: src
skip_existing: 'true'

- name: Colcon build
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0
with:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,19 @@ jobs:
with:
api_token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Python dependencies
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
with:
packages: vcstool
upgrade: false

- name: Fetch Fast DDS CI dependencies
uses: eProsima/eProsima-CI/multiplatform/vcs_import@v0
with:
vcs_repos_file: ${{ github.workspace }}/src/fastcdr/.github/workflows/config/test.repos
destination_workspace: src
skip_existing: 'true'

- name: Colcon build
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0
with:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/reusable-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,19 @@ jobs:
- name: Install Colcon dependencies
uses: eProsima/eProsima-CI/multiplatform/install_colcon@v0

- name: Install Python dependencies
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
with:
packages: vcstool
upgrade: false

- name: Fetch Fast DDS CI dependencies
uses: eProsima/eProsima-CI/multiplatform/vcs_import@v0
with:
vcs_repos_file: ${{ github.workspace }}/src/fastcdr/.github/workflows/config/test.repos
destination_workspace: src
skip_existing: 'true'

- name: Colcon build
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0
with:
Expand Down

0 comments on commit c908406

Please sign in to comment.