From 7673b284b5fdf0ce2914bc102ec2cf863cea355a Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 18 Nov 2024 15:28:49 +0100 Subject: [PATCH] hexpm-release: ubuntu 24.04 doesn't include erlang; use erlang container --- .github/workflows/hexpm-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hexpm-release.yml b/.github/workflows/hexpm-release.yml index 9350870..511dcbb 100644 --- a/.github/workflows/hexpm-release.yml +++ b/.github/workflows/hexpm-release.yml @@ -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: |