24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Runtime: Rebars: Use the rebar binaries included in the repository

This commit is contained in:
Badlop 2024-01-02 20:09:55 +01:00
parent f838319455
commit b18fa2ebc2

View File

@ -64,7 +64,7 @@ jobs:
- name: Compile - name: Compile
run: | run: |
./autogen.sh ./autogen.sh
./configure --with-rebar=`which ${{ matrix.rebar }}` \ ./configure --with-rebar=${{ matrix.rebar }} \
--prefix=/tmp/ejabberd \ --prefix=/tmp/ejabberd \
--enable-all \ --enable-all \
--disable-elixir \ --disable-elixir \