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 26933d6 commit 86037e0Copy full SHA for 86037e0
.github/workflows/docs.yml
@@ -22,6 +22,9 @@ jobs:
22
sudo apt update -y
23
sudo apt install -y cmake ninja-build graphviz graphviz
24
git clone https://github.com/doxygen/doxygen.git ../doxygen
25
+ cd ..
26
+ git checkout 26b5403
27
+ cd -
28
cmake -S ../doxygen -B ../doxygen/build -G Ninja
29
sudo ninja -C ../doxygen/build install
30
0 commit comments