We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57f1e2 commit a26c7a0Copy full SHA for a26c7a0
.github/workflows/doxygen.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
sudo apt-get update
26
- sudo apt-get install -y doxygen graphviz libcatch2-dev uuid-dev
+ sudo apt-get install -y doxygen graphviz catch2 uuid-dev
27
28
- name: Prepare Doxyfile
29
# Use configure script to generate Doxyfile (Doxyfile.in must exist)
0 commit comments