mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Runtime: Rebars: Get old rebar binaries when testing old erlang versions
This commit is contained in:
parent
0d852474be
commit
f838319455
1 changed files with 10 additions and 0 deletions
10
.github/workflows/runtime.yml
vendored
10
.github/workflows/runtime.yml
vendored
|
@ -44,6 +44,16 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Get compatible Rebar binaries
|
||||||
|
if: matrix.otp < 23
|
||||||
|
run: |
|
||||||
|
rm rebar
|
||||||
|
rm rebar3
|
||||||
|
wget https://github.com/processone/ejabberd/raw/21.12/rebar
|
||||||
|
wget https://github.com/processone/ejabberd/raw/21.12/rebar3
|
||||||
|
chmod +x rebar
|
||||||
|
chmod +x rebar3
|
||||||
|
|
||||||
- name: Prepare libraries
|
- name: Prepare libraries
|
||||||
run: |
|
run: |
|
||||||
apt-get -qq update
|
apt-get -qq update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue