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 06:43:48 UTC

[groovy] 01/02: Install graphviz

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

sunlan pushed a commit to branch danielsun/install-graphviz
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 20ced65df5c5aa77be18e0234f3fa3b6e30adf46
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