diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b71dbccfab9..cf433642275 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,6 @@ jobs: ./configure --with-rebar=./rebar3 \ --prefix=/tmp/ejabberd \ --enable-all \ - --disable-elixir \ --disable-mssql \ --disable-odbc make update diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index 4b62858f832..149532fd932 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -57,7 +57,6 @@ jobs: ./configure --with-rebar=`which ${{ matrix.rebar }}` \ --prefix=/tmp/ejabberd \ --enable-all \ - --disable-elixir \ --disable-odbc make update make @@ -161,7 +160,6 @@ jobs: ./configure --with-rebar=mix \ --prefix=/tmp/ejabberd \ --enable-all \ - --disable-elixir \ --disable-odbc mix deps.get make