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 8b76870 commit bb80c13Copy full SHA for bb80c13
1 file changed
.github/workflows/ci.yml
@@ -62,6 +62,7 @@ jobs:
62
- name: Setup Dependencies macOS
63
if: runner.os == 'macOS'
64
run: |
65
+ brew update
66
brew install \
67
cmake \
68
doxygen \
@@ -112,8 +113,7 @@ jobs:
112
113
# Doxygen from Ubuntu is too old, need Doxygen >= 1.10
114
DOCS=OFF
115
else
- # Doxygen 1.13 is incompatible with doxygen-awesome-css
116
- DOCS=OFF
+ DOCS=ON
117
fi
118
119
0 commit comments