Skip to content

Commit d03c105

Browse files
committed
Refs #21228: Add install doxygen step in windows reusable workflow
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 62a8368 commit d03c105

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ jobs:
231231
shell: pwsh
232232
run: choco install swig --allow-downgrade --version=4.0.2.04082020
233233

234+
- name: Install doxygen
235+
uses: ssciwr/doxygen-install@v1
234236

235237
- name: Prepare build meta file
236238
run: |
@@ -268,7 +270,7 @@ jobs:
268270
with:
269271
colcon_meta_file: ${{ github.workspace }}/src/fastdds_python/.github/workflows/config/test.meta
270272
colcon_test_args: ${{ inputs.colcon-args }}
271-
colcon_test_args_default: --event-handlers=console_direct+
273+
colcon_test_args_default: --event-handlers=console_direct+
272274
ctest_args: ${{ inputs.ctest-args }}
273275
packages_names: fastdds_python
274276
workspace: ${{ github.workspace }}

0 commit comments

Comments
 (0)