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