diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57156ec..fdb25d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,10 +27,13 @@ jobs: name: Cover needs: [tests] runs-on: ubuntu-24.04 - container: - image: erlang:26 steps: - uses: actions/checkout@v4 + - name: Get Erlang/OTP + uses: erlef/setup-beam@v1 + with: + otp-version: 26 + rebar3-version: '3.24.0' - run: ./configure --enable-gcov - run: rebar3 compile - run: rebar3 eunit -v