Skip to content

Commit d6a6005

Browse files
aminyaFeignClaims
authored andcommitted
ci: skip doxygen installation on macos
1 parent d471f4b commit d6a6005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
cppcheck: true
8181
clangtidy: true
8282
task: true
83-
doxygen: true
83+
doxygen: ${{ !contains(matrix.os, 'macos-11') }}
8484

8585
- name: Test
8686
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)