Skip to content

Commit

Permalink
Install graphviz for publishing (#30293)
Browse files Browse the repository at this point in the history
Otherwise generating scaladoc fails
  • Loading branch information
raboof committed Jun 9, 2021
1 parent ce008dd commit c593e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Expand Up @@ -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
Expand Down

0 comments on commit c593e3a

Please sign in to comment.