setup-elixir icon indicating copy to clipboard operation
setup-elixir copied to clipboard

Set up your GitHub Actions workflow with OTP and Elixir

Results 3 setup-elixir issues
Sort by recently updated
recently updated
newest added

Currently, this action only runs on Ubuntu runtimes using precompiled builds from Hex.pm. There's definitely a need to support other runtimes, but we need to use precompiled builds for them....

I am still receiving the libcrypto.so.1.0.0 error referenced in #31 when running the action against Ubuntu-20.04. The project is a bare generated Phoenix application requiring Elixir 1.11.2 and OTP 23.1....

From the source code, it detects the otp major version from `otp-version`, and append it to Bob's elixir version (so `1.11.0` would be `1.11.0-otp-23`. I like this default behavior since...