Skip to content

Commit 40acff6

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ jobs:
118118
- name: Install rst2man
119119
run: brew install docutils
120120
- name: Install graphviz
121-
run: sudo apt install graphviz
121+
run: brew install graphviz
122122
- name: Install doxygen
123-
run: sudo apt install doxygen
123+
run: brew install doxygen
124124
- name: Install clang
125125
run: brew install llvm
126126
- name: Install PostgreSQL

0 commit comments

Comments
 (0)