summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2aed65d1..b6e2cead 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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 \