diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b7e137..ebe76b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,10 +27,11 @@ jobs: name: Cover needs: [tests] runs-on: ubuntu-22.04 - container: - image: erlang:26 steps: - uses: actions/checkout@v2 + - uses: erlef/setup-beam@v1 + with: + otp-version: 26 - run: ./configure --enable-gcov - run: rebar3 compile - run: rebar3 eunit -v