Skip to content

Commit

Permalink
Avoid usage of removed action (#171)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso authored Jul 23, 2024
1 parent c8278c3 commit 976dcd6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/reusable-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,17 +233,11 @@ jobs:
- name: Install doxygen
uses: eProsima/eProsima-CI/external/install_doxygen@v0

- name: Prepare build meta file
uses: eProsima/eProsima-CI/windows/merge_yaml_metas@v0
with:
metas: "@('${{ github.workspace }}/src/fastdds_python/.github/workflows/config/build.meta', '${{ github.workspace }}/src/fastdds_python/.github/workflows/config/windows_test.meta')"
path: '${{ github.workspace }}/src/fastdds_python/.github/workflows/config/build_test.meta'

- name: Colcon build
continue-on-error: false
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0
with:
colcon_meta_file: ${{ github.workspace }}/src/fastdds_python/.github/workflows/config/build_test.meta
colcon_meta_file: ${{ github.workspace }}/src/fastdds_python/.github/workflows/config/build.meta ${{ github.workspace }}/src/fastdds_python/.github/workflows/config/windows_test.meta
colcon_build_args: ${{ inputs.colcon-args }}
colcon_build_args_default: '--event-handlers console_direct+ --packages-select fastdds_python'
cmake_args: ${{ inputs.cmake-args }}
Expand Down

0 comments on commit 976dcd6

Please sign in to comment.