Skip to content

Commit

Permalink
hexpm-release: ubuntu 24.04 doesn't include erlang; use erlang container
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Nov 18, 2024
1 parent 9cf0b39 commit 7673b28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/hexpm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ on:
jobs:
release:
runs-on: ubuntu-24.04
container:
image: erlang:26
steps:

- name: Check out
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup rebar3 hex
run: |
Expand Down

0 comments on commit 7673b28

Please sign in to comment.