We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a8368 commit d03c105Copy full SHA for d03c105
1 file changed
.github/workflows/reusable-windows-ci.yml
@@ -231,6 +231,8 @@ jobs:
231
shell: pwsh
232
run: choco install swig --allow-downgrade --version=4.0.2.04082020
233
234
+ - name: Install doxygen
235
+ uses: ssciwr/doxygen-install@v1
236
237
- name: Prepare build meta file
238
run: |
@@ -268,7 +270,7 @@ jobs:
268
270
with:
269
271
colcon_meta_file: ${{ github.workspace }}/src/fastdds_python/.github/workflows/config/test.meta
272
colcon_test_args: ${{ inputs.colcon-args }}
- colcon_test_args_default: --event-handlers=console_direct+
273
+ colcon_test_args_default: --event-handlers=console_direct+
274
ctest_args: ${{ inputs.ctest-args }}
275
packages_names: fastdds_python
276
workspace: ${{ github.workspace }}
0 commit comments