Skip to content

Commit f57f1e2

Browse files
committed
chore: add missing dependencies for Doxygen documentation generation
1 parent b795a7b commit f57f1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doxygen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
sudo apt-get update
26-
sudo apt-get install -y doxygen graphviz
26+
sudo apt-get install -y doxygen graphviz libcatch2-dev uuid-dev
2727
2828
- name: Prepare Doxyfile
2929
# Use configure script to generate Doxyfile (Doxyfile.in must exist)

0 commit comments

Comments
 (0)