Update erlang.yml

This commit is contained in:
Martin Sumner 2024-07-11 22:06:31 +01:00
parent d261ce565d
commit 86c49bec00

View file

@ -24,9 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Erlang/OTP
uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
- name: Compile
run: ./rebar3 compile
- name: Run tests