File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ permissions:
1010jobs :
1111 linux :
1212 runs-on : ubuntu-22.04
13- container : ubuntu:20.04
13+ container : hexpm/elixir:1.15.3-erlang-25.3-ubuntu-focal-20230126
1414 env :
1515 MIX_ENV : prod
16- ELIXIR_VERSION : " 1.15.3"
17- strategy :
18- matrix :
19- otp_version : ["25.3"]
16+ # ELIXIR_VERSION: "1.15.3"
17+ # strategy:
18+ # matrix:
19+ # otp_version: ["25.3"]
2020 name : Linux x86_64 (${{ matrix.otp_version }})
2121 steps :
2222 - uses : actions/checkout@v4
23- - uses : erlef/setup-beam@v1
24- with :
25- otp-version : ${{ matrix.otp_version }}
26- elixir-version : ${{ env.ELIXIR_VERSION }}
23+ # - uses: erlef/setup-beam@v1
24+ # with:
25+ # otp-version: ${{ matrix.otp_version }}
26+ # elixir-version: ${{ env.ELIXIR_VERSION }}
2727 - name : Install system dependencies
2828 run : |
2929 apt-get update
You can’t perform that action at this time.
0 commit comments