Skip to content

Commit 6d0c3c0

Browse files
[#470] API documentation
1 parent ab22e8a commit 6d0c3c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ jobs:
117117
run: brew install cjson
118118
- name: Install rst2man
119119
run: brew install docutils
120+
- name: Install graphviz
121+
run: sudo apt install graphviz
122+
- name: Install doxygen
123+
run: sudo apt install doxygen
120124
- name: Install clang
121125
run: brew install llvm
122126
- name: Install PostgreSQL

0 commit comments

Comments
 (0)