Skip to content

Commit

Permalink
ci: skip doxygen installation on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 2, 2024
1 parent 6e86177 commit 6557d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
cppcheck: true
clangtidy: true
task: true
doxygen: true
doxygen: ${{ !contains(matrix.os, 'macos-11') }}

- name: Test
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 6557d00

Please sign in to comment.