Browse Source

Update ci.yml

Takeru Ohta 2 years ago
parent
commit
d34ad60e3b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/ci.yml

+ 4 - 0
.github/workflows/ci.yml

@@ -32,6 +32,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v3
+      - uses: erlef/setup-beam@v1
+        with:
+          otp-version: '25.0'
+          rebar3-version: '3.20.0'
       - run: rebar3 eunit
       - run: rebar3 cover
       - run: rebar3 covertool generate