CI: Install rebar3 in ubuntu-22.04 when using setup-beam

This commit is contained in:
Badlop
2024-02-26 09:40:21 +01:00
parent e657016f23
commit 39bb2a32b5

View File

@@ -32,6 +32,7 @@ jobs:
- uses: erlef/setup-beam@v1 - uses: erlef/setup-beam@v1
with: with:
otp-version: 26 otp-version: 26
rebar3-version: 3
- run: ./configure --enable-gcov - run: ./configure --enable-gcov
- run: rebar3 compile - run: rebar3 compile
- run: rebar3 eunit -v - run: rebar3 eunit -v