From b169277cf143889649166e0af5500c9c49dd0142 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 18 Dec 2024 16:59:43 +0100 Subject: [PATCH] User erlef instead of container That wat the markdown action later can use the system's pwsh program --- .github/workflows/hexpm-release.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hexpm-release.yml b/.github/workflows/hexpm-release.yml index 0701bf8..a0883e6 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: Generate documentation run: rebar3 edoc