From b18f622984fdf47048831596dc26c7730c6a2138 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 16 Apr 2021 17:14:06 +0200 Subject: [PATCH] Use the deps versions defined in rebar.config, not the latest available --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) 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