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:
parent
f838319455
commit
b18fa2ebc2
2
.github/workflows/runtime.yml
vendored
2
.github/workflows/runtime.yml
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user