aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-06-07 12:06:54 +0200
committerBadlop <badlop@process-one.net>2021-06-07 12:13:22 +0200
commitccadbf45a2b8dc2c6ad325049f340b5e159ec4b6 (patch)
treecc06c3d06461972760dbf8b7ea89814aa9a434b2 /.github/workflows/ci.yml
parentWorkaround so coveralls website shows git commit information (diff)
Get explicitely rebar3 3.15 binary that works with Erlang 21.3
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
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: