Skip to content

Commit c6204fe

Browse files
committed
ejabberd now includes a Rebar3 binary for Erlang 25-28
1 parent 30cc5d7 commit c6204fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ jobs:
3838
with:
3939
path: .ejabberd-modules/sources/ejabberd-contrib
4040

41+
- name: Get compatible Rebar3 binary when OTP 24
42+
if: matrix.elixir < '1.14'
43+
run: |
44+
rm rebar3
45+
wget https://github.com/processone/ejabberd/raw/24.12/rebar3
46+
chmod +x rebar3
47+
4148
- name: Prepare libraries
4249
run: |
4350
apt-get -qq update

0 commit comments

Comments
 (0)