Skip to content

Commit 36ac802

Browse files
committed
Up
1 parent caa9237 commit 36ac802

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ permissions:
1010
jobs:
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

0 commit comments

Comments
 (0)