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:
parent
c5f9652019
commit
bde513d088
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user