Skip to content

Commit

Permalink
[#470] API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Sep 21, 2024
1 parent 6d0c3c0 commit 40acff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ jobs:
- name: Install rst2man
run: brew install docutils
- name: Install graphviz
run: sudo apt install graphviz
run: brew install graphviz
- name: Install doxygen
run: sudo apt install doxygen
run: brew install doxygen
- name: Install clang
run: brew install llvm
- name: Install PostgreSQL
Expand Down

0 comments on commit 40acff6

Please sign in to comment.