Commit 34c2938
fix(ci): install Homebrew bash for SDKMAN on macOS runners #35004
SDKMAN 5.21+ requires Bash 4+ but macOS runners ship Bash 3.2.
The previous zsh workaround failed because SDKMAN's installer uses
bashisms throughout (confirmed by SDKMAN team in sdkman-cli#1520).
Install Homebrew bash on macOS before running the SDKMAN installer.
Only runs on cache miss. Stopgap until mise replaces SDKMAN.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c582647 commit 34c2938
1 file changed
Lines changed: 17 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
64 | 72 | | |
65 | 73 | | |
66 | 74 | | |
67 | 75 | | |
68 | 76 | | |
69 | 77 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
76 | 87 | | |
77 | 88 | | |
78 | 89 | | |
| |||
0 commit comments