8000 Action incompatible with self-hosted runners · Issue #58 · erlef/setup-beam · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content 8000
Action incompatible with self-hosted runners #58
Closed
@jeremylvln

Description

@jeremylvln

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0