Skip to content

Commit 6444e2e

Browse files
JesusPoderosomergify[bot]
authored andcommitted
Avoid usage of removed action (#171)
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> (cherry picked from commit 976dcd6)
1 parent 604a11f commit 6444e2e

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,17 +233,11 @@ jobs:
233233
- name: Install doxygen
234234
uses: eProsima/eProsima-CI/external/install_doxygen@v0
235235

236-
- name: Prepare build meta file
237-
uses: eProsima/eProsima-CI/windows/merge_yaml_metas@v0
238-
with:
239-
metas: "@('${{ github.workspace }}/src/fastdds_python/.github/workflows/config/build.meta', '${{ github.workspace }}/src/fastdds_python/.github/workflows/config/windows_test.meta')"
240-
path: '${{ github.workspace }}/src/fastdds_python/.github/workflows/config/build_test.meta'
241-
242236
- name: Colcon build
243237
continue-on-error: false
244238
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0
245239
with:
246-
colcon_meta_file: ${{ github.workspace }}/src/fastdds_python/.github/workflows/config/build_test.meta
240+
colcon_meta_file: ${{ github.workspace }}/src/fastdds_python/.github/workflows/config/build.meta ${{ github.workspace }}/src/fastdds_python/.github/workflows/config/windows_test.meta
247241
colcon_build_args: ${{ inputs.colcon-args }}
248242
colcon_build_args_default: '--event-handlers console_direct+ --packages-select fastdds_python'
249243
cmake_args: ${{ inputs.cmake-args }}

0 commit comments

Comments
 (0)