1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add graphviz for dot command

This commit is contained in:
Kazuhiro NISHIYAMA 2019-08-27 18:46:16 +09:00
parent 3ac0b75c45
commit d806078237
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -18,7 +18,7 @@ jobs:
set -x
sudo sed /etc/apt/sources.list -e "s/^# deb-src/deb-src/g" -i
sudo apt-get update
sudo apt-get install ruby2.5 doxygen
sudo apt-get install ruby2.5 doxygen graphviz
sudo apt-get build-dep ruby2.5
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.