From efe5c764698addb530a8541e6c2d9ab42737370f Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 19 Feb 2024 12:13:50 +0100 Subject: [PATCH] Runtime: Test compilation with the included rebar/rebar3 binaries --- .github/workflows/runtime.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index 4f8c4d902..bceab94f7 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -61,7 +61,7 @@ jobs: - name: Compile run: | ./autogen.sh - ./configure --with-rebar=${{ matrix.rebar }} \ + ./configure --with-rebar=./${{ matrix.rebar }} \ --prefix=/tmp/ejabberd \ --enable-all \ --disable-elixir \ @@ -187,7 +187,7 @@ jobs: - name: Compile run: | ./autogen.sh - ./configure --with-rebar=rebar3 \ + ./configure --with-rebar=./rebar3 \ --prefix=/tmp/ejabberd \ --enable-all \ --disable-odbc