erlef / setup-beam

Set up your BEAM-based GitHub Actions workflow (Erlang, Elixir, Gleam, ...)
MIT License
373 stars 50 forks source link

Allow passing version for `hex` and `rebar3` installation #275

Open chess4ever opened 3 months ago

chess4ever commented 3 months ago

Is your feature request related to a problem?

We are having timeouts fetching packages from hexpm, see here https://github.com/hexpm/hex/issues/1029

Describe the feature you'd like

The possibility to pass the hex version to install with mix local.hex --force instead of implicitly using the latest.

starbelly commented 3 months ago

This seems logical to me, a PR would be appreciated, otherwise we will get to it when we can.