From 39bb2a32b51f1498f05770cd09296efb24f53d0b Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 26 Feb 2024 09:40:21 +0100 Subject: [PATCH] CI: Install rebar3 in ubuntu-22.04 when using setup-beam --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebe76b4..5c1d976 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: 26 + rebar3-version: 3 - run: ./configure --enable-gcov - run: rebar3 compile - run: rebar3 eunit -v