mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Get explicitely rebar3 3.15 binary that works with Erlang 21.3
This commit is contained in:
parent
2b0d724aef
commit
ccadbf45a2
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -207,7 +207,9 @@ jobs:
|
||||
with:
|
||||
otp-version: ${{ matrix.otp }}
|
||||
- name: Get a compatible Rebar3
|
||||
run: wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
|
||||
run: |
|
||||
wget https://github.com/erlang/rebar3/releases/download/3.15.2/rebar3 \
|
||||
&& chmod +x rebar3
|
||||
- name: Cache Rebar3
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user