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 - name: Compile
run: | run: |
./autogen.sh ./autogen.sh
./configure --with-rebar=${{ matrix.rebar }} \ ./configure --with-rebar=./${{ matrix.rebar }} \
--prefix=/tmp/ejabberd \ --prefix=/tmp/ejabberd \
--enable-all \ --enable-all \
--disable-elixir \ --disable-elixir \
@ -187,7 +187,7 @@ jobs:
- name: Compile - name: Compile
run: | run: |
./autogen.sh ./autogen.sh
./configure --with-rebar=rebar3 \ ./configure --with-rebar=./rebar3 \
--prefix=/tmp/ejabberd \ --prefix=/tmp/ejabberd \
--enable-all \ --enable-all \
--disable-odbc --disable-odbc