Skip to content

Commit

Permalink
Add graphviz package to documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerEnderlein committed May 7, 2024
1 parent 278807c commit a5a080a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Create build directory and run CMake
run: |
sudo apt-get -y update
sudo apt-get -y install flex bison doxygen freeglut3-dev libboost-dev
sudo apt-get -y install flex bison doxygen graphviz freeglut3-dev libboost-dev
git clone https://github.com/doxygen/doxygen.git doxygen_source
cd doxygen_source
git fetch --all --tags --prune
Expand Down

0 comments on commit a5a080a

Please sign in to comment.