Skip to content

Github workflow "Cannot read property 'includes' of undefined" #25951

Answered by NicoNBW
Fl4m3Ph03n1x asked this question in Actions
Discussion options

You must be logged in to vote

Hi @Fl4m3Ph03n1x
It seems that the elixir-version parameter is incorrect. Please try to specify the correct version, such as 1.10.0 version.

 build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Setup elixir
      uses: actions/setup-elixir@v1
      with:
        elixir-version: '1.10.0' # Define the elixir version [required]
        otp-version: '22.1' # Define the OTP version [required]

Please refer to this doc for more details about elixir version

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants