Skip to content

Commit c057caf

Browse files
committed
Build doc target for linux and not macOS
1 parent 6a72bdb commit c057caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ jobs:
417417
-DQt6Core_DIR="${{ github.workspace }}/qt6-install/lib/cmake/Qt6Core" \
418418
-DQt6Gui_DIR="${{ github.workspace }}/qt6-install/lib/cmake/Qt6Gui" \
419419
-DQt6Widgets_DIR="${{ github.workspace }}/qt6-install/lib/cmake/Qt6Widgets" \
420+
-Dbuild_doc=YES \
420421
-Dbuild_search=YES \
421422
-Dbuild_wizard=YES \
422423
-Duse_libclang=YES \
@@ -449,7 +450,6 @@ jobs:
449450
-DQt6Core_DIR="${{ github.workspace }}/qt6-install/lib/cmake/Qt6Core" \
450451
-DQt6Gui_DIR="${{ github.workspace }}/qt6-install/lib/cmake/Qt6Gui" \
451452
-DQt6Widgets_DIR="${{ github.workspace }}/qt6-install/lib/cmake/Qt6Widgets" \
452-
-Dbuild_doc=YES \
453453
-Dbuild_search=YES \
454454
-Dbuild_wizard=YES \
455455
-Duse_libclang=YES \

0 commit comments

Comments
 (0)