From 447621db026d70cd5e55ce242d639b4f7fdf97e9 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 23 Jan 2024 11:40:20 +0100 Subject: [PATCH] Cover: use ubuntu-20.04 which has erlang, as the container doesn't have pip --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92f94e0..38c5e3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,7 @@ jobs: cover: name: Cover needs: [tests] - runs-on: ubuntu-22.04 - container: - image: erlang:26 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4 - run: ./configure --enable-gcov