Skip to content

Commit 86037e0

Browse files
authored
Update docs.yml
1 parent 26933d6 commit 86037e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
sudo apt update -y
2323
sudo apt install -y cmake ninja-build graphviz graphviz
2424
git clone https://github.com/doxygen/doxygen.git ../doxygen
25+
cd ..
26+
git checkout 26b5403
27+
cd -
2528
cmake -S ../doxygen -B ../doxygen/build -G Ninja
2629
sudo ninja -C ../doxygen/build install
2730

0 commit comments

Comments
 (0)