Skip to content

Commit 8cf72fc

Browse files
committed
CI: Add erlang container to cover job, as ubuntu-24.04 doesn't include erlang
1 parent bd43855 commit 8cf72fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
name: Cover
2828
needs: [tests]
2929
runs-on: ubuntu-24.04
30+
container:
31+
image: erlang:26
3032
steps:
3133
- uses: actions/checkout@v4
3234
- run: ./configure --enable-gcov

0 commit comments

Comments
 (0)