Skip to content

Commit

Permalink
Use doxygen only on ubuntu in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Jan 29, 2025
1 parent 323017e commit e1e0d7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dabc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
shell: bash
run: cmake --build build --target install

- name: Doxygen
shell: bash
run: doxygen doc/DoxygenConfig

build-macos:
runs-on: macos-latest
strategy:
Expand Down Expand Up @@ -102,6 +106,3 @@ jobs:
shell: bash
run: cmake --build build --target install

- name: Doxygen
shell: bash
run: doxygen doc/DoxygenConfig

0 comments on commit e1e0d7d

Please sign in to comment.