From 1fcef6cd6da13141e5646c530fd0c60e6778c84d Mon Sep 17 00:00:00 2001 From: Eric Loots Date: Fri, 11 Aug 2023 17:09:30 +0200 Subject: [PATCH] Mark graalvm as not installed (#277) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fc33de8..47039e3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8 # disable automatic installation of native image NATIVE_IMAGE_INSTALLED: true - + GRAALVM_INSTALLED: false steps: - name: Set env