aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-04-27 13:31:14 +0200
committerBadlop <badlop@process-one.net>2022-05-02 13:20:52 +0200
commitbde513d0884b69df1ebab40986e4ae364344e480 (patch)
treec0eef7b419d9da9045c36a799d8bf1cd09b35b24 /.github
parentCI: Update to test latest OTP 25.0-rc3 (diff)
CI: For older erlang versions, get old rebars
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8a9502f63..5c69809bb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -61,6 +61,13 @@ jobs:
with:
otp-version: ${{ matrix.otp }}
+ - name: Get a compatible Rebar
+ if: matrix.rebar == 2
+ run: |
+ rm rebar
+ wget https://github.com/processone/ejabberd/raw/21.12/rebar
+ chmod +x rebar
+
- name: Prepare databases
run: |
sudo systemctl start mysql.service