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:
parent
3ac0b75c45
commit
d806078237
1 changed files with 1 additions and 1 deletions
2
.github/workflows/doxygen.yml
vendored
2
.github/workflows/doxygen.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
set -x
|
set -x
|
||||||
sudo sed /etc/apt/sources.list -e "s/^# deb-src/deb-src/g" -i
|
sudo sed /etc/apt/sources.list -e "s/^# deb-src/deb-src/g" -i
|
||||||
sudo apt-get update
|
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
|
sudo apt-get build-dep ruby2.5
|
||||||
|
|
||||||
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
||||||
|
|
Loading…
Add table
Reference in a new issue