From ccadbf45a2b8dc2c6ad325049f340b5e159ec4b6 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 7 Jun 2021 12:06:54 +0200 Subject: [PATCH] Get explicitely rebar3 3.15 binary that works with Erlang 21.3 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64e180c0c..17f1a1e5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: