Closed
Description
Hi,
This action is now incompatible with self-hosted runners, where the ImageOS
environment variable is not provided. To let it work, the environment variable has to be injected manually:
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ env.TARGET_ERLANG_VERSION }}
elixir-version: ${{ env.TARGET_ELIXIR_VERSION }}
env:
# See:
# https://github.com/erlef/setup-beam/blob/master/src/setup-beam.js#L340
ImageOS: ubuntu20
Honestly, I do not know what to think about this 😞 , maybe you should rework this part by asking the system directly the version with uname
maybe :).
Metadata
Metadata
Assignees
Labels
No labels