Skip to content

Commit

Permalink
CI: Update deps of contrib modules to support new rebar3 relaxed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jun 11, 2024
1 parent 9faab15 commit e05e7f8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,14 @@ jobs:

- name: Setup dependencies
run: |
sed -i 's|{deps, \[|{deps, \[fusco, observer_cli, recon, \
{cuesport, ".*", {git, "https://github.com/goj/cuesport"}}, \
sed -i 's|{deps, \[|{deps, \[ \
{cuesport, ".*", {git, "https://github.com/goj/cuesport", {branch, "master"}}}, \
{ecaptcha, ".*", {git, "https://github.com/seriyps/ecaptcha", {branch, "master"}}}, \
{fusco, ".*", {git, "https://github.com/esl/fusco", {branch, "master"}}}, \
{observer_cli, ".*", {git, "https://github.com/zhongwencool/observer_cli", {branch, "master"}}}, \
{recon, ".*", {git, "https://github.com/ferd/recon", {branch, "master"}}}, \
|g' rebar.config
sed -i 's|stdlib, |stdlib, fusco, observer_cli, recon, cuesport, ecaptcha, |g' rebar.config
sed -i 's|stdlib, |stdlib, cuesport, ecaptcha, fusco, observer_cli, recon, |g' rebar.config
- run: make
- run: make hooks
Expand Down

0 comments on commit e05e7f8

Please sign in to comment.