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 33825f3 commit ab22e8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
run: sudo apt install -y libsystemd-dev
- name: Install rst2man
run: sudo apt install -y python3-docutils
- name: Install graphviz
run: sudo apt install graphviz
- name: Install doxygen
run: sudo apt install doxygen
- name: Install clang
run: sudo apt install -y clang
- name: Install PostgreSQL
Expand Down

0 comments on commit ab22e8a

Please sign in to comment.