1 parent 90490b5 commit ad72d76Copy full SHA for ad72d76
1 file changed
.github/workflows/repro-issue18.yml
@@ -35,7 +35,7 @@ jobs:
35
shell: /opt/homebrew/bin/bash -e {0}
36
run: |
37
curl -s "https://get.sdkman.io" | /opt/homebrew/bin/bash
38
- export sdkman_auto_answer=true
+ sed -i.bak 's/sdkman_auto_answer=false/sdkman_auto_answer=true/' "$HOME/.sdkman/etc/config"
39
source "$HOME/.sdkman/bin/sdkman-init.sh"
40
# Match the reporter's full set of installed JDKs (his .install.xml lists all four).
41
# Java 8 has a pre-module rt.jar layout — its presence changes JDT's VM reconciliation.
0 commit comments