Commit 7e28c7e
committed
feat(ci): add rebar3-version input to elixir-ci-reusable (bypass builds.hex.pm cert)
setup-beam's mix local.rebar fetches rebar from builds.hex.pm, which fails
under OTP with a TLS key_usage_mismatch on that host's cert. An optional
rebar3-version input (wired to setup-beam) makes it install rebar3 from
GitHub releases instead. Empty default = unchanged for existing callers.
Required: bofig's elixir-ci.yml already passes rebar3-version (PR #107).1 parent 59429dc commit 7e28c7e
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
76 | 85 | | |
77 | 86 | | |
78 | 87 | | |
| |||
152 | 161 | | |
153 | 162 | | |
154 | 163 | | |
| 164 | + | |
155 | 165 | | |
156 | 166 | | |
157 | 167 | | |
| |||
0 commit comments