We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9dcd93 commit 74b2466Copy full SHA for 74b2466
.github/workflows/docs.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up CMake + Doxygen dependencies
26
run: |
27
sudo apt update
28
- sudo apt install -y doxygen graphviz ninja-build
+ sudo apt install -y cmake doxygen graphviz ninja-build
29
30
- name: Configure project with CMake Preset
31
run: cmake --preset gcc-RelWithDebInfo
0 commit comments