Update erlang.yml
This commit is contained in:
parent
d261ce565d
commit
86c49bec00
1 changed files with 3 additions and 3 deletions
6
.github/workflows/erlang.yml
vendored
6
.github/workflows/erlang.yml
vendored
|
@ -24,9 +24,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Erlang/OTP
|
- name: Install Erlang/OTP
|
||||||
uses: erlef/setup-beam@v1
|
uses: erlef/setup-beam@v1
|
||||||
with:
|
with:
|
||||||
otp-version: ${{ matrix.otp }}
|
otp-version: ${{ matrix.otp }}
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: ./rebar3 compile
|
run: ./rebar3 compile
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue