You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2021/06/13 07:13:30 UTC

[groovy] 01/03: Install graphviz

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 6e041d383e78bba3abc5f53f28edbc634645ea15
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sun Jun 13 14:29:05 2021 +0800

    Install graphviz
---
 .github/workflows/gradle-snapshot-distribution.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/gradle-snapshot-distribution.yml b/.github/workflows/gradle-snapshot-distribution.yml
index da967b2..14eab42 100644
--- a/.github/workflows/gradle-snapshot-distribution.yml
+++ b/.github/workflows/gradle-snapshot-distribution.yml
@@ -31,6 +31,8 @@ jobs:
         uses: actions/setup-java@v1
         with:
           java-version: ${{ matrix.java }}
+      - name: Install graphviz
+        run: sudo apt-get install -y graphviz
       - name: Build and package
         run: ./gradlew clean dist --no-build-cache --no-scan --refresh-dependencies
         timeout-minutes: 60