You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/10/22 00:24:24 UTC

[shardingsphere] branch master updated: Fix nightly builds of GraalVM Native Image (#21688)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b9e1008f570 Fix nightly builds of GraalVM Native Image (#21688)
b9e1008f570 is described below

commit b9e1008f5708449cbe09d8bdd40c750395a4b3e3
Author: Ling Hengqian <li...@outlook.com>
AuthorDate: Sat Oct 22 08:24:18 2022 +0800

    Fix nightly builds of GraalVM Native Image (#21688)
---
 .github/workflows/nightly-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml
index ad0ad101650..03fcb810303 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -106,7 +106,7 @@ jobs:
       - uses: actions/checkout@v3
       - uses: graalvm/setup-graalvm@v1
         with:
-          version: 'releases'
+          version: 'dev'
           java-version: '17'
           components: 'native-image'
           github-token: ${{ secrets.GITHUB_TOKEN }}