This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/1.5.x by this push:
new 83a7245af6 install graphviz due to build issues (#2692)
83a7245af6 is described below
commit 83a7245af6c5cb597216ef8be709c41169f1926b
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Feb 27 23:42:50 2026 +0100
install graphviz due to build issues (#2692)
---
.github/workflows/stage-release-candidate.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/stage-release-candidate.yml
b/.github/workflows/stage-release-candidate.yml
index 8dfd7669b9..24512e89f2 100644
--- a/.github/workflows/stage-release-candidate.yml
+++ b/.github/workflows/stage-release-candidate.yml
@@ -148,6 +148,10 @@ jobs:
- name: Install sbt
uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17
+ - name: Install Graphviz
+ run: |-
+ sudo apt-get install graphviz
+
# We intentionally do not use the Coursier cache for release candiates,
# to reduce attack surface
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]