25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

CI: For older erlang versions, get old rebars

This commit is contained in:
Badlop 2022-04-27 13:31:14 +02:00
parent c5f9652019
commit bde513d088

View File

@ -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