From 6acc045aa2b416c7a831534a8aa389958d0177f8 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 16 Jul 2024 17:19:31 +0200 Subject: [PATCH] CI: Enable Elixir, required by mod_libcluster --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 707cc536..8e6c71a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,10 +80,8 @@ jobs: ./configure --with-rebar=./rebar3 \ --prefix=/tmp/ejabberd \ --enable-all \ - --disable-elixir \ --disable-mssql \ --disable-odbc - make update make - name: Start ejabberd