Skip to content

Commit ad72d76

Browse files
ci: set sdkman_auto_answer in config file, not env
1 parent 90490b5 commit ad72d76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/repro-issue18.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: /opt/homebrew/bin/bash -e {0}
3636
run: |
3737
curl -s "https://get.sdkman.io" | /opt/homebrew/bin/bash
38-
export sdkman_auto_answer=true
38+
sed -i.bak 's/sdkman_auto_answer=false/sdkman_auto_answer=true/' "$HOME/.sdkman/etc/config"
3939
source "$HOME/.sdkman/bin/sdkman-init.sh"
4040
# Match the reporter's full set of installed JDKs (his .install.xml lists all four).
4141
# Java 8 has a pre-module rt.jar layout — its presence changes JDT's VM reconciliation.

0 commit comments

Comments
 (0)