Install graphviz for publishing (#30293)
Otherwise generating scaladoc fails
This commit is contained in:
parent
ce008dd53f
commit
c593e3a33c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
|
@ -25,6 +25,7 @@ jobs:
|
||||||
java-version: adopt@1.11.0-9
|
java-version: adopt@1.11.0-9
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: |-
|
run: |-
|
||||||
|
sudo apt-get install graphviz
|
||||||
sbt +mimaReportBinaryIssues
|
sbt +mimaReportBinaryIssues
|
||||||
sbt whitesourceCheckPolicies
|
sbt whitesourceCheckPolicies
|
||||||
sbt ci-release
|
sbt ci-release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue