Get explicitely rebar3 3.15 binary that works with Erlang 21.3

This commit is contained in:
Badlop 2021-06-07 12:06:54 +02:00
parent 2b0d724aef
commit ccadbf45a2
1 changed files with 3 additions and 1 deletions

View File

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