Skip to content

Commit

Permalink
CI: Use the new feature of ejabberd 24.07 to fetch dependencies from hex
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jul 16, 2024
1 parent 6acc045 commit 807b4ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ jobs:
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"}}}, \
{fusco, "0.1.1", {git, "https://github.com/esl/fusco", {branch, "master"}}}, \
{observer_cli, ".*", {git, "https://github.com/zhongwencool/observer_cli", {branch, "master"}}}, \
{prometheus, ".*", {git, "https://github.com/deadtrickster/prometheus.erl", {branch, "master"}}}, \
{quantile_estimator, ".*", {git, "https://github.com/deadtrickster/quantile_estimator", {branch, "master"}}}, \
{recon, ".*", {git, "https://github.com/ferd/recon", {branch, "master"}}}, \
{prometheus, "1.44.0", {git, "https://github.com/deadtrickster/prometheus.erl", {branch, "master"}}}, \
{quantile_estimator, "0.2.1", {git, "https://github.com/deadtrickster/quantile_estimator", {branch, "master"}}}, \
{recon, "2.5.5", {git, "https://github.com/ferd/recon", {branch, "master"}}}, \
|g' rebar.config
sed -i 's|stdlib, |stdlib, cuesport, ecaptcha, fusco, observer_cli, prometheus, recon, |g' rebar.config
Expand Down

0 comments on commit 807b4ff

Please sign in to comment.