We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4048870 commit 74c7eb1Copy full SHA for 74c7eb1
1 file changed
.github/workflows/stage-release-candidate.yml
@@ -148,6 +148,10 @@ jobs:
148
- name: Install sbt
149
uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17
150
151
+ - name: Install Graphviz
152
+ run: |-
153
+ sudo apt-get install graphviz
154
+
155
# We intentionally do not use the Coursier cache for release candiates,
156
# to reduce attack surface
157
0 commit comments