Skip to content

Commit 47198e9

Browse files
committed
Update hex github action
1 parent 5baaafa commit 47198e9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/hexpm-release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-24.04
11-
container:
12-
image: public.ecr.aws/docker/library/erlang
1311
steps:
1412
- name: Check out
1513
uses: actions/checkout@v4
1614

15+
- name: Get Erlang/OTP
16+
uses: erlef/setup-beam@v1
17+
with:
18+
otp-version: 26
19+
rebar3-version: '3.24.0'
20+
1721
- name: Setup rebar3 hex
1822
run: |
1923
mkdir -p ~/.config/rebar3/

0 commit comments

Comments
 (0)