We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba347e9 commit 33d1d86Copy full SHA for 33d1d86
1 file changed
.github/workflows/build-docs.yml
@@ -36,6 +36,7 @@ jobs:
36
uses: actions/checkout@v4
37
with:
38
fetch-depth: 0 # Full history for versioning
39
+ submodules: recursive # Fetch pybind11, pugixml, and other submodules
40
41
- name: Set up Python
42
uses: actions/setup-python@v5
@@ -45,7 +46,7 @@ jobs:
45
46
- name: Install system dependencies
47
run: |
48
sudo apt-get update
- sudo apt-get install -y doxygen graphviz
49
+ sudo apt-get install -y doxygen graphviz cmake
50
51
- name: Install Python dependencies
52
0 commit comments