Skip to content

Commit 095eb05

Browse files
committed
#33: Prevent SDKMANs Do you want java 20.3.1.2.r11-grl to be set as default? (Y/n): message (see sdkman/sdkman-cli#101).
1 parent 30fd0d0 commit 095eb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native-image-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo 'Install GraalVM with SDKMAN'
2323
curl -s "https://get.sdkman.io" | bash
2424
source "$HOME/.sdkman/bin/sdkman-init.sh"
25-
sdk install java 20.3.1.2.r11-grl
25+
sdk install java 20.3.1.2.r11-grl < /dev/null
2626
2727
echo 'Check if GraalVM was installed successfully'
2828
java -version

0 commit comments

Comments
 (0)