Runtime: Test compilation with the included rebar/rebar3 binaries

This commit is contained in:
Badlop 2024-02-19 12:13:50 +01:00
parent 16c9b169f2
commit efe5c76469
1 changed files with 2 additions and 2 deletions

View File

@ -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