From 855163e452e6c9d257c924f343536281904047c5 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 22 Dec 2023 16:59:49 +0100 Subject: [PATCH] no, don't merge them --- .github/workflows/runtime.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index f49d687f92a..a3768a3a67f 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -99,13 +99,12 @@ jobs: cat _build/dev/rel/ejabberd/logs/* rebar3-elixir: - name: Rebar3/Elixir + name: Rebar3+Elixir strategy: fail-fast: false matrix: otp: ['23.0', '25.3', '26'] elixir: ['1.14.0', '1.14.5', '1.15'] - tool: ['rebar3', 'mix'] exclude: - otp: '23.0' elixir: '1.15' @@ -137,7 +136,7 @@ jobs: - name: Compile run: | ./autogen.sh - ./configure --with-rebar=`which ${{ matrix.tool }}` \ + ./configure --with-rebar=./rebar3 \ --prefix=/tmp/ejabberd \ --enable-all \ --disable-odbc