aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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