Install graphviz for publishing (#30293)

Otherwise generating scaladoc fails
This commit is contained in:
Arnout Engelen 2021-06-09 10:32:01 +02:00 committed by GitHub
parent ce008dd53f
commit c593e3a33c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ jobs:
java-version: adopt@1.11.0-9
- name: Publish
run: |-
sudo apt-get install graphviz
sbt +mimaReportBinaryIssues
sbt whitesourceCheckPolicies
sbt ci-release