Install graphviz in CI, needed for doxygen

This commit is contained in:
Dmitry Marakasov 2022-04-27 22:11:01 +03:00
parent f52aea096c
commit 9e97946869

View File

@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -qq libsdl2-dev cppcheck doxygen pulseaudio
sudo apt-get install -qq libsdl2-dev cppcheck doxygen pulseaudio graphviz
- name: Install dependencies (optional libs)
if: ${{ !contains(matrix.features, 'nooptlibs') }}
run: sudo apt-get install -qq libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev