We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcee860 commit 7358298Copy full SHA for 7358298
.github/workflows/reusable-ubuntu-ci.yml
@@ -320,7 +320,7 @@ jobs:
320
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0
321
with:
322
colcon_meta_file: ${{ github.workspace }}/src/fastdds/.github/workflows/config/fastdds_build.meta
323
- colcon_build_args: ${{ inputs.colcon-args }}
+ colcon_build_args: ${{ inputs.colcon-args }} --packages-select fastdds_python
324
cmake_args: '${{ env.security-cmake-flag }} ${{ inputs.cmake-args }}'
325
cmake_args_default: ''
326
cmake_build_type: ${{ matrix.cmake-build-type }}
0 commit comments