Skip to content

Commit

Permalink
CI: Add erlang container to cover job, as ubuntu-24.04 doesn't includ…
Browse files Browse the repository at this point in the history
…e erlang
  • Loading branch information
badlop committed Nov 18, 2024
1 parent bd43855 commit 8cf72fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
name: Cover
needs: [tests]
runs-on: ubuntu-24.04
container:
image: erlang:26
steps:
- uses: actions/checkout@v4
- run: ./configure --enable-gcov
Expand Down

0 comments on commit 8cf72fc

Please sign in to comment.