25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01: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
run: |
./autogen.sh
./configure --with-rebar=`which ${{ matrix.rebar }}` \
./configure --with-rebar=${{ matrix.rebar }} \
--prefix=/tmp/ejabberd \
--enable-all \
--disable-elixir \