Skip to content

Commit

Permalink
Install graphviz in Etterna Doc CI to properly build DOT files
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebandit21 authored and poco0317 committed Jan 7, 2023
1 parent d90e86e commit a07683c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/generate_doc_configs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sudo apt-get install build-essential libssl-dev libx11-dev libxrandr-dev libcurl4-openssl-dev libglu1-mesa-dev libpulse-dev libogg-dev libasound-dev libjack-dev

#Install doxygen
sudo apt-get install doxygen
sudo apt-get install doxygen graphviz

eval "$(luarocks path --bin)"

Expand Down

0 comments on commit a07683c

Please sign in to comment.