diff --git a/.github/workflows/hexpm-release.yml b/.github/workflows/hexpm-release.yml index 511dcbb..adc893a 100644 --- a/.github/workflows/hexpm-release.yml +++ b/.github/workflows/hexpm-release.yml @@ -8,13 +8,17 @@ on: jobs: release: runs-on: ubuntu-24.04 - container: - image: erlang:26 steps: - name: Check out uses: actions/checkout@v4 + - name: Get Erlang/OTP + uses: erlef/setup-beam@v1 + with: + otp-version: 26 + rebar3-version: '3.24.0' + - name: Setup rebar3 hex run: | mkdir -p ~/.config/rebar3/