summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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 64e180c0..17f1a1e5 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: