mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
CI: Get rebar3 compatible with previous OTP, the one in Ubuntu 20.04 is not
This commit is contained in:
parent
2c20414453
commit
9010c35193
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -199,6 +199,8 @@ jobs:
|
||||
uses: ErlGang/setup-erlang@master
|
||||
with:
|
||||
otp-version: ${{ matrix.otp }}
|
||||
- name: Get a compatible Rebar3
|
||||
run: wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
|
||||
- name: Cache Rebar3
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
@ -214,7 +216,7 @@ jobs:
|
||||
- name: Compile
|
||||
run: |
|
||||
./autogen.sh
|
||||
./configure --with-rebar=`which rebar3` \
|
||||
./configure --with-rebar=./rebar3 \
|
||||
--prefix=/tmp/ejabberd \
|
||||
--disable-debug \
|
||||
--enable-all \
|
||||
|
Loading…
Reference in New Issue
Block a user