Skip to content

Commit

Permalink
User erlef instead of container
Browse files Browse the repository at this point in the history
That wat the markdown action later can use the system's pwsh program
  • Loading branch information
badlop committed Dec 18, 2024
1 parent 07abcf6 commit b169277
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/hexpm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b169277

Please sign in to comment.