mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Install graphviz in CI, needed for doxygen
This commit is contained in:
parent
f52aea096c
commit
9e97946869
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user