aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-04-16 17:14:06 +0200
committerBadlop <badlop@process-one.net>2021-05-11 18:36:11 +0200
commitb18f622984fdf47048831596dc26c7730c6a2138 (patch)
tree92343e7069b085b7444252311d17c8a2615c31b8 /.github/workflows/tests.yml
parentDon't add ejabberd version in API page either, following 3e4ebfae7 (diff)
Use the deps versions defined in rebar.config, not the latest available
Diffstat (limited to '')
-rw-r--r--.github/workflows/tests.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index cdfd7945b..5c7683c15 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -56,7 +56,6 @@ jobs:
run: |
./autogen.sh
./configure --with-rebar=`which rebar3` \
- --enable-latest-deps \
--enable-all --disable-elixir
make