24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-05-31 21:07:55 +02:00

Use the deps versions defined in rebar.config, not the latest available

This commit is contained in:
Badlop 2021-04-16 17:14:06 +02:00
parent f61607df65
commit b18f622984

View File

@ -56,7 +56,6 @@ jobs:
run: | run: |
./autogen.sh ./autogen.sh
./configure --with-rebar=`which rebar3` \ ./configure --with-rebar=`which rebar3` \
--enable-latest-deps \
--enable-all --disable-elixir --enable-all --disable-elixir
make make