Skip to content

Commit 74c7eb1

Browse files
committed
install graphviz due to build issues
1 parent 4048870 commit 74c7eb1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/stage-release-candidate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ jobs:
148148
- name: Install sbt
149149
uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17
150150

151+
- name: Install Graphviz
152+
run: |-
153+
sudo apt-get install graphviz
154+
151155
# We intentionally do not use the Coursier cache for release candiates,
152156
# to reduce attack surface
153157

0 commit comments

Comments
 (0)