Skip to content

Commit bb80c13

Browse files
ci(build): re-enable docs (#43)
1 parent 8b76870 commit bb80c13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Setup Dependencies macOS
6363
if: runner.os == 'macOS'
6464
run: |
65+
brew update
6566
brew install \
6667
cmake \
6768
doxygen \
@@ -112,8 +113,7 @@ jobs:
112113
# Doxygen from Ubuntu is too old, need Doxygen >= 1.10
113114
DOCS=OFF
114115
else
115-
# Doxygen 1.13 is incompatible with doxygen-awesome-css
116-
DOCS=OFF
116+
DOCS=ON
117117
fi
118118
119119
cmake \

0 commit comments

Comments
 (0)