Skip to content

Commit

Permalink
Use erlef action instead of container
Browse files Browse the repository at this point in the history
That way the markdown action later can use the system's pwsh program
  • Loading branch information
badlop committed Dec 18, 2024
1 parent 8071c86 commit 092db09
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: Setup rebar3 hex
run: |
mkdir -p ~/.config/rebar3/
Expand Down

0 comments on commit 092db09

Please sign in to comment.