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 2022/06/26 17:51:02 UTC

[groovy] branch master updated: Add comment for GH actions

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


The following commit(s) were added to refs/heads/master by this push:
     new c6a160186e Add comment for GH actions
c6a160186e is described below

commit c6a160186e89fbc7ad1795111c8ca00170b3585a
Author: Daniel Sun <su...@apache.org>
AuthorDate: Mon Jun 27 01:50:34 2022 +0800

    Add comment for GH actions
---
 .github/workflows/groovy-build-test-ea.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/groovy-build-test-ea.yml b/.github/workflows/groovy-build-test-ea.yml
index faa16c5a35..335e9c22c6 100644
--- a/.github/workflows/groovy-build-test-ea.yml
+++ b/.github/workflows/groovy-build-test-ea.yml
@@ -24,6 +24,7 @@ jobs:
       matrix:
         os: [ubuntu-18.04]
         java: [17]
+        # The jdk links of "install-jdk.sh" are sometimes outdated, so we have to download openjdk releases from https://jdk.java.net/ by ourselves.
         jdk: ["https://download.java.net/java/early_access/jdk19/28/GPL/openjdk-19-ea+28_linux-x64_bin.tar.gz"]
     runs-on: ${{ matrix.os }}
     steps: