Skip to content

Commit

Permalink
CI: Instead of container (that breaks pip), user setup-beam action
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Nov 18, 2024
1 parent 8cf72fc commit 394f5ba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ jobs:
name: Cover
needs: [tests]
runs-on: ubuntu-24.04
container:
image: erlang:26
steps:
- uses: actions/checkout@v4
- name: Get Erlang/OTP
uses: erlef/setup-beam@v1
with:
otp-version: 26
rebar3-version: '3.24.0'
- run: ./configure --enable-gcov
- run: rebar3 compile
- run: rebar3 eunit -v
Expand Down

0 comments on commit 394f5ba

Please sign in to comment.