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
1 changed files with 1 additions and 1 deletions

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 \