Skip to content

Commit

Permalink
CI and Runtime: Don't get explicitly dependencies (processone#4213)
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed May 2, 2024
1 parent 3e98b92 commit d16f677
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ jobs:
--disable-elixir \
--disable-mssql \
--disable-odbc
make update
make
- run: make install -s
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
--disable-elixir \
--disable-tools \
--disable-odbc
make update
make
- run: make xref
Expand Down Expand Up @@ -203,7 +202,6 @@ jobs:
--prefix=/tmp/ejabberd \
--enable-all \
--disable-odbc
make update
make
- run: make xref
Expand Down Expand Up @@ -340,7 +338,6 @@ jobs:
./configure --with-rebar=mix \
--prefix=/tmp/ejabberd \
--enable-all
mix deps.get
make
- run: make xref
Expand Down

0 comments on commit d16f677

Please sign in to comment.