This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch missing-dot
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/missing-dot by this push:
new 086a438 Skip installing graphviz
086a438 is described below
commit 086a43840819f41f8b92a83f0c50abf08298c4ca
Author: Daniel Sun <[email protected]>
AuthorDate: Sat Jan 16 00:27:29 2021 +0800
Skip installing graphviz
---
.github/workflows/gradle-snapshot-distribution.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/gradle-snapshot-distribution.yml
b/.github/workflows/gradle-snapshot-distribution.yml
index f0a6a20..6e70583 100644
--- a/.github/workflows/gradle-snapshot-distribution.yml
+++ b/.github/workflows/gradle-snapshot-distribution.yml
@@ -31,8 +31,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- - name: Install graphviz
- run: sudo apt-get -y install graphviz
+# - name: Install graphviz
+# run: sudo apt-get -y install graphviz
- name: Build and package
run: ./gradlew clean javadocAll --no-build-cache --no-scan
timeout-minutes: 60